diff pidgin/gtkplugin.h @ 16678:3d41d0d7fb9b

Default plugins are done, for the release i'm not that concerned about plugins that do _NOT_ compile by default
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 00:34:04 +0000
parents 247e421c4fa6
children 44b4e8bd759b 9d198ce0ab65
line wrap: on
line diff
--- a/pidgin/gtkplugin.h	Mon Apr 30 00:17:43 2007 +0000
+++ b/pidgin/gtkplugin.h	Mon Apr 30 00:34:04 2007 +0000
@@ -38,6 +38,12 @@
 	GtkWidget *(*get_config_frame)(PurplePlugin *plugin);
 
 	int page_num;                                         /**< Reserved */
+
+	/* padding */
+	void (*_pidgin_reserved1)(void);
+	void (*_pidgin_reserved2)(void);
+	void (*_pidgin_reserved3)(void);
+	void (*_pidgin_reserved4)(void);
 };
 
 #define PIDGIN_PLUGIN_TYPE PIDGIN_UI