summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/g/md5/src/mrb_md5.h
diff options
context:
space:
mode:
authorDaniel Bovensiepen <[email protected]>2012-09-19 23:18:35 +0800
committerDaniel Bovensiepen <[email protected]>2012-09-19 23:18:35 +0800
commitab548b1c19a23cb6e8369a67d03f4c60a54f8a54 (patch)
treeea792d474e0536dff15de6e9a619f918a888f231 /mrbgems/g/md5/src/mrb_md5.h
parente7425584e3aebc0295f1b55f7f44c2c5f5583964 (diff)
downloadmruby-ab548b1c19a23cb6e8369a67d03f4c60a54f8a54.tar.gz
mruby-ab548b1c19a23cb6e8369a67d03f4c60a54f8a54.zip
add hello world test program
Diffstat (limited to 'mrbgems/g/md5/src/mrb_md5.h')
-rw-r--r--mrbgems/g/md5/src/mrb_md5.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mrbgems/g/md5/src/mrb_md5.h b/mrbgems/g/md5/src/mrb_md5.h
deleted file mode 100644
index 2f5934017..000000000
--- a/mrbgems/g/md5/src/mrb_md5.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef MRB_MD5_H
-#define MRB_MD5_H
-
-void mrb_md5_gem_init(mrb_state*);
-
-#endif /* MRB_MD5_H */