As originally autogenerated by h2xs, this file gave the type of "const
char *" as T_PTROBJ -- a pointer to an opaque object. This prevented
the return value of ZOOM_record_get() from being translated into a
Perl string. Instead, I am using T_PV, which works properly.
-# $Id: typemap,v 1.2 2005-10-11 11:36:33 mike Exp $
+# $Id: typemap,v 1.3 2005-10-11 15:40:14 mike Exp $
ZOOM_connection T_PTROBJ
ZOOM_connection * T_PTROBJ
__locale_t T_PTROBJ
char * __const * T_PTROBJ
const __sigset_t * T_PTROBJ
-const char * T_PTROBJ
+# The next line was originally autogenerated by h2xs, which gave the
+# type of "const char *" as T_PTROBJ -- a pointer to an opaque object.
+# This prevented the return value of ZOOM_record_get() from being
+# translated into a Perl string. Instead, I am using T_PV, which
+# works properly.
+const char * T_PV
const char ** T_PTROBJ
const struct timespec * T_PTROBJ
div_t T_OPAQUE_STRUCT