diff -r f8e1573bfde0 -r 14a3fdc0aed7 pidgin/gtkplugin.h --- 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