changeset 11186:bbe84acea03a

[gaim-migrate @ 13302] Hmm, this should help. It seems like there's still something wrong... but I only see warnings when I compile committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 03 Aug 2005 22:58:06 +0000
parents 1ce573a2e125
children 744c0708d11f
files plugins/perl/common/typemap
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/common/typemap	Wed Aug 03 03:12:23 2005 +0000
+++ b/plugins/perl/common/typemap	Wed Aug 03 22:58:06 2005 +0000
@@ -15,6 +15,9 @@
 const char **				T_PTR
 char **					T_PTR
 gchar *					T_PV
+guchar					T_IV
+guchar *				T_PTR
+const guchar *				T_PV
 char *					T_PV
 int *					T_PTR
 size_t *				T_PTR