aboutsummaryrefslogtreecommitdiff
path: root/src/pack.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-07-20 23:36:38 +1000
committerDavid Timber <mieabby@gmail.com>2020-07-20 23:36:38 +1000
commitd61c0f9ddba9176c09ed751587343f3268ac6812 (patch)
treef0067fa48605961f182425df329ef8f37215957e /src/pack.h
parent99214f49b4397886abd2bb69de598b56d1be72d9 (diff)
Util functions tidy up ...
* Remove stdio.h dependency from dmask * Add hex util functions * Write test for functions in util_rt.h
Diffstat (limited to 'src/pack.h')
-rw-r--r--src/pack.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pack.h b/src/pack.h
index 5279f92..72b5404 100644
--- a/src/pack.h
+++ b/src/pack.h
@@ -51,4 +51,5 @@ prne_unpack_ctx_pt prne_alloc_unpack_ctx (const prne_bin_archive_t *archive, con
void prne_free_unpack_ctx (prne_unpack_ctx_pt ctx);
ssize_t prne_do_unpack (prne_unpack_ctx_pt ctx, uint8_t *out, const size_t out_len, prne_pack_ret_t *pr_out);
+// WARN: uses stdio func
char *prne_pack_ret_tostr (const prne_pack_ret_t pr);