summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/g/md5/src/mrb_md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'mrbgems/g/md5/src/mrb_md5.h')
-rw-r--r--mrbgems/g/md5/src/mrb_md5.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mrbgems/g/md5/src/mrb_md5.h b/mrbgems/g/md5/src/mrb_md5.h
new file mode 100644
index 000000000..2f5934017
--- /dev/null
+++ b/mrbgems/g/md5/src/mrb_md5.h
@@ -0,0 +1,6 @@
+#ifndef MRB_MD5_H
+#define MRB_MD5_H
+
+void mrb_md5_gem_init(mrb_state*);
+
+#endif /* MRB_MD5_H */