aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-adwin.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-12 20:00:50 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-12 20:00:50 +0000
commit455f5c8243c16c266150f4fbb0520b685e2cbca8 (patch)
treef6693a002af71ef17bd644364b6c242015907acf /epan/dissectors/packet-adwin.c
parent97bb558394698b5b279b8bef74b383b4ebe4734b (diff)
- [-Wmissing-prototypes]
- explicit casts. svn path=/trunk/; revision=48265
Diffstat (limited to 'epan/dissectors/packet-adwin.c')
-rw-r--r--epan/dissectors/packet-adwin.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/dissectors/packet-adwin.c b/epan/dissectors/packet-adwin.c
index abfbaf1aca..acdf697a75 100644
--- a/epan/dissectors/packet-adwin.c
+++ b/epan/dissectors/packet-adwin.c
@@ -32,6 +32,10 @@
#include <epan/conversation.h>
#include <epan/emem.h>
+/* Forward declarations */
+void proto_register_adwin(void);
+void proto_reg_handoff_adwin(void);
+
/* This is registered to a different protocol */
#define ADWIN_COMM_PORT 6543
@@ -1164,8 +1168,6 @@ dissect_adwin(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U
return (tvb_reported_length(tvb));
}
-void proto_reg_handoff_adwin(void);
-
void
proto_register_adwin(void)
{