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 841107d..3f0c544 100644 --- a/src/apk_print.h +++ b/src/apk_print.h @@ -26,6 +26,7 @@ const char *apk_error_str(int error); void apk_reset_screen_width(void); int apk_get_screen_width(void); +const char *apk_get_human_size(off_t size, off_t *dest); struct apk_indent { int x; |