From 1fe073a93b8cc75ce05d1b4c3dbf8b3bd4271533 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 22 May 2013 23:20:35 +0000 Subject: Make a routine not used outside this file static. svn path=/trunk/; revision=49533 --- ui/gtk/main_welcome.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'ui/gtk/main_welcome.c') diff --git a/ui/gtk/main_welcome.c b/ui/gtk/main_welcome.c index 6de0feaae5..215c6fa20c 100644 --- a/ui/gtk/main_welcome.c +++ b/ui/gtk/main_welcome.c @@ -707,11 +707,12 @@ main_welcome_add_recent_capture_file(const char *widget_cf_name, GObject *menu_i } #ifdef HAVE_LIBPCAP -gboolean on_selection_changed(GtkTreeSelection *selection _U_, - GtkTreeModel *model, - GtkTreePath *path, - gboolean path_currently_selected, - gpointer data _U_) +static gboolean +on_selection_changed(GtkTreeSelection *selection _U_, + GtkTreeModel *model, + GtkTreePath *path, + gboolean path_currently_selected, + gpointer data _U_) { GtkTreeIter iter; gchar *if_name; -- cgit v1.2.3