diff plugins/perl/perl-common.h @ 6921:11d05ddf30a3

[gaim-migrate @ 7468] Eh, okay, some more new perl code. You still can't modify signal params, but this is more correct and less leaky. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 24 Sep 2003 00:52:16 +0000
parents 13f78c350cd3
children 0e9e2b923d09
line wrap: on
line diff
--- a/plugins/perl/perl-common.h	Wed Sep 24 00:03:08 2003 +0000
+++ b/plugins/perl/perl-common.h	Wed Sep 24 00:52:16 2003 +0000
@@ -40,6 +40,6 @@
 
 void *gaim_perl_data_from_sv(GaimValue *value, SV *sv);
 SV *gaim_perl_sv_from_vargs(const GaimValue *value, va_list *args,
-							void **copy_arg);
+							void ***copy_arg);
 
 #endif /* _GAIM_PERL_COMMON_H_ */