aboutsummaryrefslogtreecommitdiff
path: root/src/hash/crc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hash/crc.h')
-rw-r--r--src/hash/crc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/hash/crc.h b/src/hash/crc.h
new file mode 100644
index 0000000..d380235
--- /dev/null
+++ b/src/hash/crc.h
@@ -0,0 +1,5 @@
+#include "../lua.h"
+
+int l_crc8(lua_State*);
+int l_crc16(lua_State*);
+int l_crc32(lua_State*);