diff options
Diffstat (limited to 'mkfs/mksquashfs.h')
-rw-r--r-- | mkfs/mksquashfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mkfs/mksquashfs.h b/mkfs/mksquashfs.h index 5522268..0ffa721 100644 --- a/mkfs/mksquashfs.h +++ b/mkfs/mksquashfs.h @@ -45,6 +45,7 @@ typedef struct { size_t frag_offset; id_table_t idtbl; + size_t inode_counter; compressor_t *cmp; } sqfs_info_t; @@ -53,4 +54,6 @@ void process_command_line(options_t *opt, int argc, char **argv); int write_data_to_image(sqfs_info_t *info); +int sqfs_write_inodes(sqfs_info_t *info); + #endif /* MKSQUASHFS_H */ |