ext/rubypython_bridge/rp_function.h in rubypython-0.2.10 vs ext/rubypython_bridge/rp_function.h in rubypython-0.2.11
- old
+ new
@@ -1,6 +1,7 @@
#include "config.h"
#ifndef _RP_FUNCTION_H_
#define _RP_FUNCTION_H_
VALUE rpFunctionFromPyObject(PyObject*);
-#endif
\ No newline at end of file
+inline void Init_RubyPyFunction();
+#endif