diff plugins/perl/common/typemap @ 11202:ff4884029708

[gaim-migrate @ 13330] Some compile warning fixes. It's very possible the perl warnings were caused by some of my changes to the core last week committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 08 Aug 2005 02:21:57 +0000
parents bbe84acea03a
children c9b815aeddc1
line wrap: on
line diff
--- a/plugins/perl/common/typemap	Mon Aug 08 02:18:16 2005 +0000
+++ b/plugins/perl/common/typemap	Mon Aug 08 02:21:57 2005 +0000
@@ -14,9 +14,11 @@
 const char *           			T_PV
 const char **				T_PTR
 char **					T_PTR
+gchar					T_IV
 gchar *					T_PV
 guchar					T_IV
 guchar *				T_PTR
+guchar **				T_PTR
 const guchar *				T_PV
 char *					T_PV
 int *					T_PTR