git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@518 626c5289-ae23-0410-ae9c-e8d60b6d4f22
15 lines
441 B
Text
15 lines
441 B
Text
/* rubydec.swg */
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
SWIGEXPORT(void) SWIG_RegisterMapping(char *origtype, char *newtype, void *(*cast)(void *));
|
|
SWIGEXPORT(void) SWIG_MakePtr(char *_c, const void *_ptr, char *type);
|
|
SWIGEXPORT(char *) SWIG_GetPtr(char *_c, void **ptr, char *_t);
|
|
SWIGEXPORT(VALUE) SWIG_NewPointerObj(void *ptr, char *type);
|
|
SWIGEXPORT(void *) SWIG_ConvertPtr(VALUE obj, char *type);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|