summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-01-21 13:38:30 -0300
committerEuAndreh <eu@euandre.org>2025-01-21 13:38:30 -0300
commitd27c4538c9f53e93cc66415b9691ac3f3f999abe (patch)
tree6632c2e71d1071feb8d6e0305eef9c4cd21efc91 /src
parentsrc/trace.c: Add explicit cast for uintptr_t (diff)
downloadpindaiba-d27c4538c9f53e93cc66415b9691ac3f3f999abe.tar.gz
pindaiba-d27c4538c9f53e93cc66415b9691ac3f3f999abe.tar.xz
src/hash.h: Add declaration for hash_setup
Diffstat (limited to 'src')
-rw-r--r--src/hash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hash.h b/src/hash.h
index 874669a..1ccb232 100644
--- a/src/hash.h
+++ b/src/hash.h
@@ -8,3 +8,6 @@ hash(
const void *const restrict in,
u8 out[HASH_OUTPUT_LENGTH]
);
+
+int
+hash_setup(void);