diff options
Diffstat (limited to 'src/hash/xxh.h')
| -rw-r--r-- | src/hash/xxh.h | 4 |
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*); |
