aboutsummaryrefslogtreecommitdiff
path: root/src/hash/murmur.h
diff options
context:
space:
mode:
authorame <[email protected]>2023-11-17 10:10:47 -0600
committerame <[email protected]>2023-11-17 10:10:47 -0600
commitb224d2f0b9b344a08c6c508d61f15bdf205464f8 (patch)
tree4b265eb0e9f7b1666be24cac3b9d27a6b343fbb4 /src/hash/murmur.h
parent4fc59207afdf442cd769992339b7fdea0ff2a2b8 (diff)
tons of hashes bleh
Diffstat (limited to 'src/hash/murmur.h')
-rw-r--r--src/hash/murmur.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/murmur.h b/src/hash/murmur.h
new file mode 100644
index 0000000..d7d7fc1
--- /dev/null
+++ b/src/hash/murmur.h
@@ -0,0 +1,4 @@
+#include "../lua.h"
+
+int l_murmur1_32(lua_State*);
+int l_murmur2_32(lua_State*);