aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-01-19 10:43:33 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-01-19 11:04:33 +0100
commit07f73dfc2c4b5779fe57095b79c962fca4549788 (patch)
tree6fdff620035ac085c3e4ef1eec2092d93fa7edc5 /include
parent4249e123d321650050259fb602f06497519077d0 (diff)
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
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;