diff plugins/perl/perl-common.h @ 6520:2e2593d95121

[gaim-migrate @ 7037] Added timeout handler support to perl. It may not work. Probably should, but who knows. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 20 Aug 2003 10:25:58 +0000
parents cbd24b37350d
children 7c42b8ca3222
line wrap: on
line diff
--- a/plugins/perl/perl-common.h	Wed Aug 20 09:33:56 2003 +0000
+++ b/plugins/perl/perl-common.h	Wed Aug 20 10:25:58 2003 +0000
@@ -1,6 +1,12 @@
 #ifndef _GAIM_PERL_COMMON_H_
 #define _GAIM_PERL_COMMON_H_
 
+#include <XSUB.h>
+#include <EXTERN.h>
+#include <perl.h>
+#include <glib.h>
+
+
 //#define plain_bless(object, stash) \
 //	sv_bless(sv_setref_pv(newRV((object))))
 
@@ -26,4 +32,6 @@
 gboolean gaim_perl_is_ref_object(SV *o);
 void *gaim_perl_ref_object(SV *o);
 
+int execute_perl(const char *function, int argc, char **args);
+
 #endif /* _GAIM_PERL_COMMON_H_ */