main_window: fix no previous prototype for function 'plugin_if_mainwindow_gotoframe' [-Wmissing-prototypes]

Change-Id: I2ac9d2250e8553b4cbd4146f931b618424dffdf5
Reviewed-on: https://code.wireshark.org/review/12304
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Petri-Dish: Peter Wu <peter@lekensteyn.nl>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2015-11-30 12:28:24 +01:00 committed by Anders Broman
parent dc9f782017
commit 78d664ce7e
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ static void plugin_if_mainwindow_preference(gconstpointer user_data)
}
}
void plugin_if_mainwindow_gotoframe(gconstpointer user_data)
static void plugin_if_mainwindow_gotoframe(gconstpointer user_data)
{
if ( gbl_cur_main_window_ != NULL && user_data != NULL )
{