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 0c7e4e6..496d415 100644 --- a/lib/sqfs/block_processor/internal.h +++ b/lib/sqfs/block_processor/internal.h @@ -87,6 +87,8 @@ struct sqfs_block_processor_t { int (*append_to_work_queue)(sqfs_block_processor_t *proc, sqfs_block_t *block); + + int (*sync)(sqfs_block_processor_t *proc); }; SQFS_INTERNAL int block_processor_init(sqfs_block_processor_t *base, |