diff options
Diffstat (limited to 'src/apk_print.h')
-rw-r--r-- | src/apk_print.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/apk_print.h b/src/apk_print.h index 61e27d4..590b8f3 100644 --- a/src/apk_print.h +++ b/src/apk_print.h @@ -31,10 +31,7 @@ struct apk_indent { int indent; }; -#define APK_PRINT_PROGRESS_MASK 0xff -#define APK_PRINT_PROGRESS_FORCE 0x100 - -void apk_print_progress(int percent); +void apk_print_progress(size_t done, size_t total); int apk_print_indented(struct apk_indent *i, apk_blob_t blob); void apk_print_indented_words(struct apk_indent *i, const char *text); void apk_print_indented_fmt(struct apk_indent *i, const char *fmt, ...); |