summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bmc.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-14 07:37:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-14 07:37:13 +0000
commitb5399168355375733c37cb2f9682ded7831941db (patch)
treed743d10b11d0d5d78db473bd2416b0242ca96627 /epan/dissectors/packet-bmc.c
parent3fa84d8af5a6850851a932e44baec89b15c4be0a (diff)
downloadwireshark-b5399168355375733c37cb2f9682ded7831941db.tar.gz
[-Wmissing-prototypes]
explicit casts. svn path=/trunk/; revision=48293
Diffstat (limited to 'epan/dissectors/packet-bmc.c')
-rw-r--r--epan/dissectors/packet-bmc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-bmc.c b/epan/dissectors/packet-bmc.c
index bb2368fc24..3a9d768df1 100644
--- a/epan/dissectors/packet-bmc.c
+++ b/epan/dissectors/packet-bmc.c
@@ -34,6 +34,8 @@
#include "packet-cell_broadcast.h"
#include "packet-gsm_map.h"
+void proto_register_bmc(void);
+
static int dissect_bmc_cbs_message (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_bmc_schedule_message(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);
static int dissect_bmc_cbs41_message (tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree);