summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-09-15 14:48:19 +0200
committerAnders Broman <a.broman58@gmail.com>2015-09-15 12:59:06 +0000
commit5f695d217a63dbe8bc554103adec31c2ffb66908 (patch)
treecbd3c94475d4a3eaf19ef0e4fd99d6a6bbe94d77 /ui
parent8a80dd64e67b4cef4832ff236360757dd872abfb (diff)
downloadwireshark-5f695d217a63dbe8bc554103adec31c2ffb66908.tar.gz
MTP3 Summary: fix no previous prototype for ‘register_tap_listener_gtk_mtp3_summary’ [-Wmissing-prototypes]
Change-Id: Iee26ba47802f3091f7e7264d2d7ce4b5e22db53c Reviewed-on: https://code.wireshark.org/review/10536 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/mtp3_summary.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/gtk/mtp3_summary.c b/ui/gtk/mtp3_summary.c
index 11c8bfeef1..1917720449 100644
--- a/ui/gtk/mtp3_summary.c
+++ b/ui/gtk/mtp3_summary.c
@@ -47,6 +47,8 @@
#include "ui/gtk/dlg_utils.h"
#include "ui/gtk/gui_utils.h"
+void register_tap_listener_gtk_mtp3_summary(void);
+
#define SUM_STR_MAX 1024
typedef struct _mtp3_stat_si_code_t {
@@ -456,7 +458,6 @@ mtp3_sum_gtk_sum_cb(GtkAction *action _U_, gpointer user_data _U_)
window_present(sum_open_w);
}
-
static void
mtp3_summary_reset(
void *tapdata)