aboutsummaryrefslogtreecommitdiff
path: root/src/hash/pearson.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
commit78e72d66085f27719a6f23fc22e58dfc8a0f31e6 (patch)
treeebf210eebe391fa8e30497243b42fdd1dffd61a8 /src/hash/pearson.h
parentc1f74d0ca45120e6dd44dbd118c21243e997af5a (diff)
pearson & xxhash
Diffstat (limited to 'src/hash/pearson.h')
-rw-r--r--src/hash/pearson.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/pearson.h b/src/hash/pearson.h
new file mode 100644
index 0000000..aba89e4
--- /dev/null
+++ b/src/hash/pearson.h
@@ -0,0 +1,4 @@
+#include "../lua.h"
+
+int l_setpearson(lua_State* L);
+int l_pearson(lua_State* L);