aboutsummaryrefslogtreecommitdiff
path: root/mkfs/mksquashfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs/mksquashfs.h')
-rw-r--r--mkfs/mksquashfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkfs/mksquashfs.h b/mkfs/mksquashfs.h
index 2e0183e..5522268 100644
--- a/mkfs/mksquashfs.h
+++ b/mkfs/mksquashfs.h
@@ -4,6 +4,7 @@
#include "squashfs.h"
#include "compress.h"
+#include "id_table.h"
#include "fstree.h"
#include "config.h"
@@ -43,6 +44,8 @@ typedef struct {
file_info_t *frag_list;
size_t frag_offset;
+ id_table_t idtbl;
+
compressor_t *cmp;
} sqfs_info_t;