bindings/ruby/rloudmouth.h
changeset 350 de2e3f3631c9
child 352 5e3371477a70
equal deleted inserted replaced
349:3dafc8376e9b 350:de2e3f3631c9
       
     1 #ifndef __RLM_H__
       
     2 #define __RLM_H__
       
     3 
       
     4 #include <ruby.h>
       
     5 #include <loudmouth/loudmouth.h> 
       
     6 #include <glib.h>
       
     7 
       
     8 extern void Init_loudmouth     (void);
       
     9 extern void Init_lm_connection (VALUE lm_mLM);
       
    10 
       
    11 #endif /* __RLM_H__ */
       
    12