diff src/plugins.c @ 2494:2c1950c5544a

[gaim-migrate @ 2507] don't ask committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 12 Oct 2001 22:31:12 +0000
parents 6e637ad18494
children f3c094e78609
line wrap: on
line diff
--- a/src/plugins.c	Fri Oct 12 21:12:56 2001 +0000
+++ b/src/plugins.c	Fri Oct 12 22:31:12 2001 +0000
@@ -88,7 +88,7 @@
 static void load_file(GtkWidget *, gpointer);
 static void load_which_plugin(GtkWidget *, gpointer);
 static void list_clicked(GtkWidget *, struct gaim_plugin *);
-static void update_show_plugins();
+void update_show_plugins();
 static void hide_plugins(GtkWidget *, gpointer);
 
 /* ------------------ Code Below ---------------------------- */
@@ -283,7 +283,7 @@
 	gtk_widget_show(plugwindow);
 }
 
-static void update_show_plugins()
+void update_show_plugins()
 {
 	GList *plugs = plugins;
 	struct gaim_plugin *p;