diff options
| author | ame <[email protected]> | 2024-03-11 14:02:12 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2024-03-11 14:02:12 -0500 |
| commit | 2a3575134b386b60bafbf59d6475cf45ded7d4e3 (patch) | |
| tree | 36570aa190e64b57c69c10e0cf0e3c1eb880bc92 /src/hash/buzhash.h | |
| parent | 05ae1fc2fef778138bb3a136340dd923ca9687a0 (diff) | |
hashing fixes
Diffstat (limited to 'src/hash/buzhash.h')
| -rw-r--r-- | src/hash/buzhash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hash/buzhash.h b/src/hash/buzhash.h index 74020ea..abc7fea 100644 --- a/src/hash/buzhash.h +++ b/src/hash/buzhash.h @@ -1,4 +1,8 @@ #include "../lua.h" +#include <stdint.h> + +uint8_t i_buzhash8(uint8_t*, size_t); +uint16_t i_buzhash16(uint8_t*, size_t); int l_setbuzhash(lua_State*); int l_buzhash8(lua_State*); |
