summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-27 18:10:38 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-07-28 16:33:57 +0200
commit3a795ed32935968218ce6feb8ab2459e8c215ee8 (patch)
tree756c0d13603bd131d38f7fcc6d2093cbbffaaad2 /include
parentf7fa69e896f0971629f938be93cb30865f92943c (diff)
Add some nice statistics output to tar2sqfs and gensquashfs
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r--include/highlevel.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/highlevel.h b/include/highlevel.h
index cef6190..2a29410 100644
--- a/include/highlevel.h
+++ b/include/highlevel.h
@@ -87,4 +87,7 @@ int write_xattr(int outfd, fstree_t *fs, sqfs_super_t *super,
int write_export_table(int outfd, fstree_t *fs, sqfs_super_t *super,
compressor_t *cmp);
+/* Print out fancy statistics for squashfs packing tools */
+void sqfs_print_statistics(fstree_t *fs, sqfs_super_t *super);
+
#endif /* HIGHLEVEL_H */