aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-04-21 12:34:14 -0400
committerBill Meier <wmeier@newsguy.com>2014-04-21 16:48:17 +0000
commit7a1848b95d32e93e8ec97f342ec62a884b115a1b (patch)
tree2785d9c3e5e48aa563a266886c9f4bd2455a272b /ui
parent48c77d87106216cd3fd7e766bec9cfd791d1dfab (diff)
Fix gcc "warning: no previous prototype ... [-Wmissing-prototypes]"; Do some whitespace changes
Change-Id: I8c2e8694223270f1810aa6b13d955f0d08001d30 Reviewed-on: https://code.wireshark.org/review/1239 Reviewed-by: Bill Meier <wmeier@newsguy.com> Tested-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/conversations_tr.c2
-rw-r--r--ui/gtk/expert_comp_dlg.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/ui/gtk/conversations_tr.c b/ui/gtk/conversations_tr.c
index 075a3b1e2e..57b68710c3 100644
--- a/ui/gtk/conversations_tr.c
+++ b/ui/gtk/conversations_tr.c
@@ -36,6 +36,8 @@
#include "ui/gtk/gui_stat_menu.h"
#include "ui/gtk/conversations_table.h"
+void register_tap_listener_tr_conversation(void);
+
static int
tr_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_, const void *vip)
{
diff --git a/ui/gtk/expert_comp_dlg.c b/ui/gtk/expert_comp_dlg.c
index 6c74cdf1b2..bbce45f834 100644
--- a/ui/gtk/expert_comp_dlg.c
+++ b/ui/gtk/expert_comp_dlg.c
@@ -49,6 +49,8 @@
#include "ui/gtk/edit_packet_comment_dlg.h"
#include "ui/gtk/capture_comment_icons.h"
+void register_tap_listener_expert_comp(void);
+
enum
{
NO_COLUMN_C_TABLE,