aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/progressbar.h
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2012-10-19 02:21:42 +0100
committerMohamad Ayyash <mkayyash@google.com>2015-02-23 12:35:10 -0800
commit6d6fd8c6c238121e7e6299c99ba608488348ff12 (patch)
tree92c91630c11465363c90a503655d19cb899ea0b9 /squashfs-tools/progressbar.h
parent950009cd912f583885cadc17c5e423f6ab607743 (diff)
downloadsquashfs-tools-6d6fd8c6c238121e7e6299c99ba608488348ff12.tar.gz
mksquashfs/sort: Fix INFO() so that it is synchronised with the progress bar
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Diffstat (limited to 'squashfs-tools/progressbar.h')
-rw-r--r--squashfs-tools/progressbar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/squashfs-tools/progressbar.h b/squashfs-tools/progressbar.h
index 87b657e..4388980 100644
--- a/squashfs-tools/progressbar.h
+++ b/squashfs-tools/progressbar.h
@@ -30,3 +30,4 @@ extern void enable_progress_bar();
extern void disable_progress_bar();
extern void init_progress_bar();
extern void progressbar_error(char *fmt, ...);
+extern void progressbar_info(char *fmt, ...);