diff options
Diffstat (limited to 'unpack/rdsquashfs.h')
-rw-r--r-- | unpack/rdsquashfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unpack/rdsquashfs.h b/unpack/rdsquashfs.h index a9d5bdf..f1cd131 100644 --- a/unpack/rdsquashfs.h +++ b/unpack/rdsquashfs.h @@ -55,4 +55,6 @@ int extract_file(file_info_t *fi, unsqfs_info_t *info, int outfd); int restore_fstree(const char *rootdir, tree_node_t *root, unsqfs_info_t *info); +void describe_tree(tree_node_t *root, const char *unpack_root); + #endif /* RDSQUASHFS_H */ |