summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-calcappprotocol.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-15 06:26:47 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-15 06:26:47 +0000
commitef249623e636f650138419de0e42db84c53f3263 (patch)
tree469c739dd566a492e46ef7d5cb8cb0e57bc684cb /epan/dissectors/packet-calcappprotocol.c
parentaa3ebebefeb74119ce253f19cf1fa44670131d5f (diff)
downloadwireshark-ef249623e636f650138419de0e42db84c53f3263.tar.gz
[-Wmissing-prototypes]
Use explicit casts. svn path=/trunk/; revision=48313
Diffstat (limited to 'epan/dissectors/packet-calcappprotocol.c')
-rw-r--r--epan/dissectors/packet-calcappprotocol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-calcappprotocol.c b/epan/dissectors/packet-calcappprotocol.c
index 14fd11be3c..ffa5e5c5ec 100644
--- a/epan/dissectors/packet-calcappprotocol.c
+++ b/epan/dissectors/packet-calcappprotocol.c
@@ -36,6 +36,8 @@
#define CALCAPPPROTOCOL_PAYLOAD_PROTOCOL_ID_LEGACY 0x29097603
+void proto_register_calcappprotocol(void);
+void proto_reg_handoff_calcappprotocol(void);
/* Initialize the protocol and registered fields */
static int proto_calcappprotocol = -1;