From 78e72d66085f27719a6f23fc22e58dfc8a0f31e6 Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 3 Nov 2023 19:16:30 -0500 Subject: pearson & xxhash --- src/hash/pearson.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/hash/pearson.h (limited to 'src/hash/pearson.h') 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); -- cgit v1.2.3