diff plugins/perl/perl-handlers.h @ 11123:4315bb5f427b

[gaim-migrate @ 13179] Time to make perl start working again committer: Tailor Script <tailor@pidgin.im>
author John H. Kelm <johnkelm@gmail.com>
date Mon, 18 Jul 2005 16:27:53 +0000
parents 33486b749aa9
children 0e9e2b923d09
line wrap: on
line diff
--- a/plugins/perl/perl-handlers.h	Mon Jul 18 15:49:12 2005 +0000
+++ b/plugins/perl/perl-handlers.h	Mon Jul 18 16:27:53 2005 +0000
@@ -2,6 +2,8 @@
 #define _GAIM_PERL_HANDLERS_H_
 
 #include "plugin.h"
+#include "prefs.h"
+#include "pluginpref.h"
 
 typedef struct
 {
@@ -22,6 +24,8 @@
 
 } GaimPerlSignalHandler;
 
+GaimPluginUiInfo *gaim_perl_plugin_pref(char * frame_cb);
+GaimPluginPrefFrame *gaim_perl_get_plugin_frame(GaimPlugin *plugin);
 
 void gaim_perl_timeout_add(GaimPlugin *plugin, int seconds, SV *callback,
 						   SV *data);