summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-30 12:28:29 +0100
committerMichael Mann <mmann78@netscape.net>2015-11-30 14:25:27 +0000
commitb3b30624f6f662372c722e579756da7f49b1929b (patch)
treeea506431e64cf29c08efa656227aaf7b4b61c410 /ui
parent370d32dd3cc9fda4b4ceee9ca2f2ef1bd953c51d (diff)
downloadwireshark-b3b30624f6f662372c722e579756da7f49b1929b.tar.gz
mcast_stream_dlg: fix no previous prototype for function 'mcaststream_dlg_update' [-Wmissing-prototypes]
Change-Id: I7088dfcc0c5873732d972435638f951d5b1921f0 Reviewed-on: https://code.wireshark.org/review/12305 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/mcast_stream_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/mcast_stream_dlg.c b/ui/gtk/mcast_stream_dlg.c
index f5ae26ac16..a36673ce97 100644
--- a/ui/gtk/mcast_stream_dlg.c
+++ b/ui/gtk/mcast_stream_dlg.c
@@ -748,7 +748,7 @@ mcaststream_dlg_create(void)
/****************************************************************************/
/* update the contents of the dialog box clist */
/* list: pointer to list of mcast_stream_info_t* */
-void
+static void
mcaststream_dlg_update(GList *list)
{
if (mcast_stream_dlg != NULL) {