diff options
Diffstat (limited to 'unpack/unsquashfs.h')
-rw-r--r-- | unpack/unsquashfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unpack/unsquashfs.h b/unpack/unsquashfs.h index e50646d..5553012 100644 --- a/unpack/unsquashfs.h +++ b/unpack/unsquashfs.h @@ -2,6 +2,7 @@ #ifndef UNSQUASHFS_H #define UNSQUASHFS_H +#include "meta_reader.h" #include "squashfs.h" #include "compress.h" #include "id_table.h" @@ -18,4 +19,6 @@ tree_node_t *tree_node_from_inode(sqfs_inode_generic_t *inode, const char *name, size_t block_size); +int read_fstree(fstree_t *out, int fd, sqfs_super_t *super, compressor_t *cmp); + #endif /* UNSQUASHFS_H */ |