aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-componentstatus.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-15 22:40:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-15 22:40:15 +0000
commit43e8a227816dc494252696e6f1672a610b491c6f (patch)
tree789ed98d60ddf15692d18920f3b9ec8fe05e886a /epan/dissectors/packet-componentstatus.c
parentf5a5b3d0fe4f62b83aa5eae30d85f86719e49d59 (diff)
[-Wmissing-prototypes]
Use explicit casts. svn path=/trunk/; revision=48334
Diffstat (limited to 'epan/dissectors/packet-componentstatus.c')
-rw-r--r--epan/dissectors/packet-componentstatus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-componentstatus.c b/epan/dissectors/packet-componentstatus.c
index cfbc0b3759..6973d492f8 100644
--- a/epan/dissectors/packet-componentstatus.c
+++ b/epan/dissectors/packet-componentstatus.c
@@ -45,6 +45,8 @@
#define CSPT_REPORT
+void proto_register_componentstatus(void);
+void proto_reg_handoff_componentstatus(void);
/* Initialize the protocol and registered fields */
static int proto_componentstatusprotocol = -1;