From 07c5bb348069338654711da1596057e7ae0121f2 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Wed, 11 Dec 2013 06:10:45 +0000 Subject: - Forward declaration of register functions. svn path=/trunk/; revision=53930 --- epan/dissectors/packet-vlan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/dissectors/packet-vlan.c') diff --git a/epan/dissectors/packet-vlan.c b/epan/dissectors/packet-vlan.c index ddaf98d09b..58fc128c91 100644 --- a/epan/dissectors/packet-vlan.c +++ b/epan/dissectors/packet-vlan.c @@ -37,7 +37,7 @@ #include #include -void proto_reg_handoff_vlan(void); +void proto_register_vlan(void); void proto_reg_handoff_vlan(void); static unsigned int q_in_q_ethertype = 0x9100; -- cgit v1.2.3