diff plugins/perl/perl-common.h @ 12988:b457aa723bab

[gaim-migrate @ 15341] Perl plugins can now have more than one plugin action. This isn't exactly the nicest way to have done this, as it requires a "global" plugin_actions hash to work, but I couldn't get the cleaner way to work and this is better than nothing. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 22 Jan 2006 10:29:34 +0000
parents 59ff3e1c874e
children
line wrap: on
line diff
--- a/plugins/perl/perl-common.h	Sun Jan 22 07:37:22 2006 +0000
+++ b/plugins/perl/perl-common.h	Sun Jan 22 10:29:34 2006 +0000
@@ -32,6 +32,7 @@
 	char *unload_sub;
 	char *prefs_sub;
 	char *gtk_prefs_sub;
+	char *plugin_action_sub;
 } GaimPerlScript;
 
 void gaim_perl_normalize_script_name(char *name);