bindings/ruby/rloudmouth.c
changeset 350 de2e3f3631c9
child 361 8a820e5155eb
equal deleted inserted replaced
349:3dafc8376e9b 350:de2e3f3631c9
       
     1 #include "rloudmouth.h"
       
     2 
       
     3 void
       
     4 Init_loudmouth (void)
       
     5 {
       
     6 	VALUE lm_mLM;
       
     7 	
       
     8 	lm_mLM = rb_define_module ("LM");
       
     9 
       
    10 	Init_lm_connection (lm_mLM);
       
    11 }
       
    12