bindings/ruby/rloudmouth.c
changeset 350 de2e3f3631c9
child 361 8a820e5155eb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bindings/ruby/rloudmouth.c	Tue Apr 08 18:07:06 2008 +0200
@@ -0,0 +1,12 @@
+#include "rloudmouth.h"
+
+void
+Init_loudmouth (void)
+{
+	VALUE lm_mLM;
+	
+	lm_mLM = rb_define_module ("LM");
+
+	Init_lm_connection (lm_mLM);
+}
+