summaryrefslogtreecommitdiffstats
path: root/src/printf-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/printf-utils.h')
-rw-r--r--src/printf-utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/printf-utils.h b/src/printf-utils.h
index 5691987..f475214 100644
--- a/src/printf-utils.h
+++ b/src/printf-utils.h
@@ -29,5 +29,6 @@ extern int printf_prev;
#define PRINTF_ERROR(...) do { PRINTF_END(); ERROR_INFO(__VA_ARGS__); } while (0)
void printf_progressbar(unsigned long long part, unsigned long long total);
+void printf_and_wait(const char * format, ...);
#endif