summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dvb-sdt.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-16 16:25:41 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-16 16:25:41 +0000
commit263a9d068391ece88bf6678586551a5780e50ad2 (patch)
tree71d6bdd48306278138d1391b48a34ddf7e7326d0 /epan/dissectors/packet-dvb-sdt.c
parentc7dd35dffc56269e61decf1b0317c45573d3084d (diff)
downloadwireshark-263a9d068391ece88bf6678586551a5780e50ad2.tar.gz
[-Wmissing-prototypes]
Use explicit casts. svn path=/trunk/; revision=48341
Diffstat (limited to 'epan/dissectors/packet-dvb-sdt.c')
-rw-r--r--epan/dissectors/packet-dvb-sdt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dvb-sdt.c b/epan/dissectors/packet-dvb-sdt.c
index 98364d08a9..d28d2a9a25 100644
--- a/epan/dissectors/packet-dvb-sdt.c
+++ b/epan/dissectors/packet-dvb-sdt.c
@@ -32,6 +32,9 @@
#include "packet-mpeg-descriptor.h"
+void proto_register_dvb_sdt(void);
+void proto_reg_handoff_dvb_sdt(void);
+
static int proto_dvb_sdt = -1;
static int hf_dvb_sdt_transport_stream_id = -1;
static int hf_dvb_sdt_reserved1 = -1;