diff options
Diffstat (limited to 'src/apk_print.h')
-rw-r--r-- | src/apk_print.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_print.h b/src/apk_print.h index 132fd8c..a8e734a 100644 --- a/src/apk_print.h +++ b/src/apk_print.h @@ -13,6 +13,7 @@ #include "apk_blob.h" const char *apk_error_str(int error); +int apk_get_human_size_unit(apk_blob_t b); const char *apk_get_human_size(off_t size, off_t *dest); struct apk_url_print { |