aboutsummaryrefslogtreecommitdiff
path: root/src/util_rt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util_rt.h')
-rw-r--r--src/util_rt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util_rt.h b/src/util_rt.h
index 726cf98..c2d81be 100644
--- a/src/util_rt.h
+++ b/src/util_rt.h
@@ -48,6 +48,7 @@ char *prne_strnstr (
size_t hs_len,
const char *const needle,
const size_t n_len);
+char *prne_build_str (const char **const arr, const size_t cnt);
bool prne_hex_fromstr (const char *str, uint_fast8_t *out);
void prne_hex_tochar (const uint_fast8_t in, char *out, const bool upper);