aboutsummaryrefslogtreecommitdiff
path: root/src/hash/md5.h
diff options
context:
space:
mode:
authorame <[email protected]>2023-10-23 20:47:41 -0500
committerame <[email protected]>2023-10-23 20:47:41 -0500
commit1b7793a661227e36ed870976c8b73abb2e749113 (patch)
tree75a140c902cbf26bb4c78f710b903c5daee8a20e /src/hash/md5.h
parent8fc7bc2bbb27cf6ce1181fef78b9243d913b80c8 (diff)
sha1 & reorganizing
Diffstat (limited to 'src/hash/md5.h')
-rw-r--r--src/hash/md5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/hash/md5.h b/src/hash/md5.h
new file mode 100644
index 0000000..3bc7556
--- /dev/null
+++ b/src/hash/md5.h
@@ -0,0 +1,3 @@
+#include "../lua.h"
+
+int l_md5(lua_State*);