diff plugins/perl/perl-common.h @ 11170:0e9e2b923d09

[gaim-migrate @ 13271] Fixed some bugs and made some additions to the XSUBS. Added some of my test scripts which are incomplete, but mostly functional. GaimPluginPrefs and GaimGtkPluginPrefs--using evals to do the Gtk widgets with gtk2-perl--work. Plugin actions can now be added, but only one for now. committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Fri, 29 Jul 2005 13:38:00 +0000
parents 11d05ddf30a3
children 455610a80747
line wrap: on
line diff
--- a/plugins/perl/perl-common.h	Fri Jul 29 05:05:52 2005 +0000
+++ b/plugins/perl/perl-common.h	Fri Jul 29 13:38:00 2005 +0000
@@ -23,6 +23,9 @@
 		gaim_perl_callXS(boot_Gaim__##x, cv, mark); \
 	}
 
+void gaim_perl_normalize_script_name(char *name);
+
+
 SV *newSVGChar(const char *str);
 
 void gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark);