aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-05-22 23:25:17 +0000
committerGuy Harris <guy@alum.mit.edu>2013-05-22 23:25:17 +0000
commit845728e5207201b1501bc9dd7f6bc11f6cc0fd28 (patch)
tree2f10c45200dc36f01be60213a926fbd327f934eb
parentfe233df490f7fd0e8befb4df255c6f88d23ab1ab (diff)
Make a routine not used outside this file static.
svn path=/trunk/; revision=49535
-rw-r--r--ui/gtk/capture_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/capture_dlg.c b/ui/gtk/capture_dlg.c
index b79ded2717..f8294455dd 100644
--- a/ui/gtk/capture_dlg.c
+++ b/ui/gtk/capture_dlg.c
@@ -512,7 +512,7 @@ activate_monitor(GtkTreeViewColumn *tree_column, GtkCellRenderer *renderer,
GtkTreeModel *tree_model, GtkTreeIter *iter, gpointer data);
#endif
-void
+static void
init_columns_menu(void)
{
GtkActionGroup *columns_action_group;