aboutsummaryrefslogtreecommitdiff
path: root/src/hash/xxh.h
diff options
context:
space:
mode:
authorame <[email protected]>2023-11-03 19:16:30 -0500
committerame <[email protected]>2023-11-03 19:16:30 -0500
commitc3d9a4d44c1c6930fac277d20c6ea48801e39a18 (patch)
treeebf210eebe391fa8e30497243b42fdd1dffd61a8 /src/hash/xxh.h
parenta1cb23d91dc90501caf668dfb08b0c94673d9e1e (diff)
pearson & xxhash
Diffstat (limited to 'src/hash/xxh.h')
-rw-r--r--src/hash/xxh.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/xxh.h b/src/hash/xxh.h
new file mode 100644
index 0000000..7dc3c8b
--- /dev/null
+++ b/src/hash/xxh.h
@@ -0,0 +1,4 @@
+#include "../lua.h"
+
+int l_xxh32(lua_State*);
+int l_xxh64(lua_State*);