aboutsummaryrefslogtreecommitdiff
path: root/src/hash/spookyhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/spookyhash.h')
-rw-r--r--src/hash/spookyhash.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hash/spookyhash.h b/src/hash/spookyhash.h
new file mode 100644
index 0000000..5bcecf6
--- /dev/null
+++ b/src/hash/spookyhash.h
@@ -0,0 +1,8 @@
+#include "../lua.h"
+
+int l_spookyhash128_v1(lua_State*);
+int l_spookyhash128_v2(lua_State*);
+int l_spookyhash64_v1(lua_State*);
+int l_spookyhash64_v2(lua_State*);
+int l_spookyhash32_v1(lua_State*);
+int l_spookyhash32_v2(lua_State*);