git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@799 626c5289-ae23-0410-ae9c-e8d60b6d4f22
15 lines
381 B
Text
15 lines
381 B
Text
/* rubydec.swg */
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
SWIGEXPORT(void) SWIG_define_class(VALUE, swig_type_info *)
|
|
SWIGEXPORT(VALUE) SWIG_NewPointerObj(void *, swig_type_info *);
|
|
SWIGEXPORT(char *) SWIG_MangleStr(VALUE);
|
|
SWIGEXPORT(void *) SWIG_ConvertPtr(VALUE, swig_type_info *);
|
|
SWIGEXPORT(int) SWIG_CheckConvert(VALUE, swig_type_info *);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|