aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 14:02:00 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-08-20 14:02:00 +0000
commit614e436ce0d98071b2a5c3297d0620fa3542a7be (patch)
tree17d7a1bddeab8630608cf30bc38356ff5ad4495a /gtk/plugins_dlg.c
parent273be93f6d63eefebefc37ac924fae0a5bf5dfcc (diff)
- Declare some functions static
- Add plugins_dlg.h - Include .h files in their respective .c files - Include .h and remove extern declarations in .c files - set eol-style and keywords on gui_utils.[hc] git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15471 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/plugins_dlg.c')
-rw-r--r--gtk/plugins_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/plugins_dlg.c b/gtk/plugins_dlg.c
index f7015f4e98..e3e21cc270 100644
--- a/gtk/plugins_dlg.c
+++ b/gtk/plugins_dlg.c
@@ -33,6 +33,7 @@
#include "dlg_utils.h"
#include "gui_utils.h"
#include "compat_macros.h"
+#include "plugins_dlg.h"
#ifdef HAVE_PLUGINS
@@ -105,7 +106,7 @@ about_plugins_page_new(void)
return scrolledwindow;
}
-void
+static void
tools_plugins_cmd_cb(GtkWidget *widget _U_, gpointer data _U_)
{
GtkWidget *main_vbox;