diff -r 94dcf9e39d66 -r 4b933b06d75e pidgin/plugins/perl/common/GtkPrefs.xs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/plugins/perl/common/GtkPrefs.xs Sat Jan 20 02:32:10 2007 +0000 @@ -0,0 +1,7 @@ +#include "gtkmodule.h" + +MODULE = Gaim::GtkUI::Prefs PACKAGE = Gaim::GtkUI::Prefs PREFIX = gaim_gtk_prefs_ +PROTOTYPES: ENABLE + +void +gaim_gtk_prefs_show()