diff -r 198222e01a7d -r 46933dc62880 pidgin/plugins/perl/common/GtkPrefs.xs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/plugins/perl/common/GtkPrefs.xs Sun Apr 15 03:43:17 2007 +0000 @@ -0,0 +1,7 @@ +#include "gtkmodule.h" + +MODULE = Pidgin::Prefs PACKAGE = Pidgin::Prefs PREFIX = pidgin_prefs_ +PROTOTYPES: ENABLE + +void +pidgin_prefs_show()