summaryrefslogtreecommitdiff
path: root/ui/gtk/rtp_stream_dlg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-16 07:30:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-16 07:30:22 +0000
commit8c608ca3d1e7698c4a49af08721d179adce9da7f (patch)
treef96085f49081cbf0ed5c9b790d4ac85029e9c3ba /ui/gtk/rtp_stream_dlg.c
parentbce9eaad75f7d352ca9e80bb0c0e81801e414887 (diff)
downloadwireshark-8c608ca3d1e7698c4a49af08721d179adce9da7f.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54826
Diffstat (limited to 'ui/gtk/rtp_stream_dlg.c')
-rw-r--r--ui/gtk/rtp_stream_dlg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gtk/rtp_stream_dlg.c b/ui/gtk/rtp_stream_dlg.c
index 7d48c4faf2..7e2d580a40 100644
--- a/ui/gtk/rtp_stream_dlg.c
+++ b/ui/gtk/rtp_stream_dlg.c
@@ -59,6 +59,8 @@ static const gchar FWD_LABEL_TEXT[] = "Select a forward stream with left mouse b
static const gchar FWD_ONLY_LABEL_TEXT[] = "Select a forward stream with Ctrl + left mouse button";
static const gchar REV_LABEL_TEXT[] = "Select a reverse stream with Ctrl + left mouse button";
+void register_tap_listener_rtp_stream_dlg(void);
+
/****************************************************************************/
/* pointer to the one and only dialog window */
static GtkWidget *rtp_stream_dlg = NULL;