From 07f73dfc2c4b5779fe57095b79c962fca4549788 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Tue, 19 Jan 2021 10:43:33 +0100 Subject: libcommon: backport block processor API update The changes from commit 5191a25b92f903bcc2142be7ea1bfbe5ea1f5096 are backported here in a separate commit since master had some restructuring of libcommon.a after version 1.0.2 and the commit cannot be rebased directly. Signed-off-by: David Oberhollenzer --- include/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/common.h b/include/common.h index 0cc45c8..c03acf5 100644 --- a/include/common.h +++ b/include/common.h @@ -43,6 +43,7 @@ typedef struct { sqfs_meta_writer_t *dm; sqfs_meta_writer_t *im; sqfs_compressor_t *cmp; + sqfs_compressor_t *uncmp; sqfs_id_table_t *idtbl; sqfs_file_t *outfile; sqfs_super_t super; -- cgit v1.2.3