aboutsummaryrefslogtreecommitdiff
path: root/src/pack.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-01-03 03:08:19 +1100
committerDavid Timber <mieabby@gmail.com>2020-01-03 03:08:19 +1100
commit9a2a07861e3919ea2d8f3b4f36e2d51d7748ba9d (patch)
tree4cb2cea83cc440e67abef03e70b089369b0fecc6 /src/pack.h
parented809a51fdd1c313cd256301ef6f7211e8394cb1 (diff)
checkpoint
Diffstat (limited to 'src/pack.h')
-rw-r--r--src/pack.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pack.h b/src/pack.h
index 9f37cb5..67c1891 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -22,7 +22,8 @@ typedef enum {
PRNE_UNPACK_BIN_ARCHIVE_OPENSSL_ERR,
PRNE_UNPACK_BIN_ARCHIVE_Z_ERR,
PRNE_UNPACK_BIN_ARCHIVE_ERRNO,
- PRNE_UNPACK_BIN_ARCHIVE_MEM_ERR
+ PRNE_UNPACK_BIN_ARCHIVE_MEM_ERR,
+ PRNE_UNPACK_BIN_ARCHIVE_FMT_ERR
} prne_unpack_bin_archive_result_code_t;
struct prne_unpack_bin_archive_result {