aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dmx-test.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-dmx-test.c
parentc7dd35dffc56269e61decf1b0317c45573d3084d (diff)
[-Wmissing-prototypes]
Use explicit casts. svn path=/trunk/; revision=48341
Diffstat (limited to 'epan/dissectors/packet-dmx-test.c')
-rw-r--r--epan/dissectors/packet-dmx-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dmx-test.c b/epan/dissectors/packet-dmx-test.c
index e17e0ab3c1..e6769b791f 100644
--- a/epan/dissectors/packet-dmx-test.c
+++ b/epan/dissectors/packet-dmx-test.c
@@ -43,6 +43,8 @@
#define DMX_TEST_PACKET_SIZE 512
#define DMX_TEST_VALUE 0x55
+void proto_register_dmx_test(void);
+
static int proto_dmx_test = -1;
static int hf_dmx_test_data = -1;