aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp-oui.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-17 09:11:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-17 09:11:21 +0000
commit2e52e2ac997ca58caabee3270b5a6c3f96159ff0 (patch)
treef91b54117a59dee1f23c74e86b53be24a21825bb /epan/dissectors/packet-ecp-oui.c
parente8c305fd3b957b68388653ad1029a253c90b9a53 (diff)
[-Wmissing-prototypes]
Use explicit casts. svn path=/trunk/; revision=48347
Diffstat (limited to 'epan/dissectors/packet-ecp-oui.c')
-rw-r--r--epan/dissectors/packet-ecp-oui.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ecp-oui.c b/epan/dissectors/packet-ecp-oui.c
index 4f16b6a6f1..4cb549413b 100644
--- a/epan/dissectors/packet-ecp-oui.c
+++ b/epan/dissectors/packet-ecp-oui.c
@@ -45,6 +45,9 @@
#define VDP_FIF_GROUPVID 0x03
#define VDP_FIF_GROUPVMACVID 0x04
+void proto_register_ecp_oui(void);
+void proto_reg_handoff_ecp_oui(void);
+
static gint proto_ecp = -1;
static gint hf_ecp_pid = -1;
static gint hf_ecp_subtype = -1;