aboutsummaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index c7c2178..4fa7a90 100644
--- a/utils.h
+++ b/utils.h
@@ -13,7 +13,9 @@ err_t _array_search(void **, size_t, size_t *out, void *in);
err_t _array_remove(void **, size_t idx, size_t len, void **out);
+err_t _hash(char *str, size_t len, size_t *out);
+
#ifdef __cplusplus
}
#endif
-#endif // _UTIL_H_ \ No newline at end of file
+#endif // _UTIL_H_