summaryrefslogtreecommitdiff
path: root/src/apk_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_print.h')
-rw-r--r--src/apk_print.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/apk_print.h b/src/apk_print.h
index c3e254a..d42e15a 100644
--- a/src/apk_print.h
+++ b/src/apk_print.h
@@ -12,7 +12,10 @@
#include "apk_blob.h"
+#define APK_EXIT_STATUS_MAX_SIZE 128
+
const char *apk_error_str(int error);
+int apk_exit_status_str(int status, char *buf, size_t sz);
int apk_get_human_size_unit(apk_blob_t b);
const char *apk_get_human_size(off_t size, off_t *dest);