From 0deb7f880e20c015cc4d055e948a9aa33e2c829b Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 18 Sep 2015 09:15:42 +0200 Subject: =?UTF-8?q?main=5Ftoolbar=20(GTK):=20Fix=20no=20previous=20prototy?= =?UTF-8?q?pe=20for=20=E2=80=98plugin=5Fif=5Fmaintoolbar=5Fgoto=5Fframe?= =?UTF-8?q?=E2=80=99=20[-Wmissing-prototypes]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibb58694e730389b1e8ef3790595ed16d8699d37c Reviewed-on: https://code.wireshark.org/review/10563 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ui/gtk/main_toolbar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ui/gtk/main_toolbar.c') diff --git a/ui/gtk/main_toolbar.c b/ui/gtk/main_toolbar.c index 2002314ec5..c5d6ac2a8d 100644 --- a/ui/gtk/main_toolbar.c +++ b/ui/gtk/main_toolbar.c @@ -265,7 +265,8 @@ toolbar_auto_scroll_live_changed(gboolean auto_scroll_live_lcl) { } #endif -void plugin_if_maintoolbar_goto_frame(gconstpointer user_data) +static void +plugin_if_maintoolbar_goto_frame(gconstpointer user_data) { if ( user_data != NULL ) { -- cgit v1.2.3