aboutsummaryrefslogtreecommitdiff
path: root/src/hash/buzhash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/buzhash.h')
-rw-r--r--src/hash/buzhash.h4
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*);