diff options
Diffstat (limited to 'lib/sqfs/block_processor/internal.h')
-rw-r--r-- | lib/sqfs/block_processor/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqfs/block_processor/internal.h b/lib/sqfs/block_processor/internal.h index 496d415..d50a452 100644 --- a/lib/sqfs/block_processor/internal.h +++ b/lib/sqfs/block_processor/internal.h @@ -91,6 +91,8 @@ struct sqfs_block_processor_t { int (*sync)(sqfs_block_processor_t *proc); }; +SQFS_INTERNAL void block_processor_cleanup(sqfs_block_processor_t *base); + SQFS_INTERNAL int block_processor_init(sqfs_block_processor_t *base, size_t max_block_size, sqfs_compressor_t *cmp, |