#include "config.h" #ifndef _RP_INSTANCE_H_ #define _RP_INSTANCE_H_ VALUE rpInstanceFromPyObject(PyObject*); inline void Init_RubyPyInstance(); #endif