aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vlan.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-11 06:10:45 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-11 06:10:45 +0000
commit07c5bb348069338654711da1596057e7ae0121f2 (patch)
tree5a8b0f1ff24c2f350c0a4d348b3c93ee9b8c10d5 /epan/dissectors/packet-vlan.c
parenta155364c778ada7dfbe241cc2b4c0488093b0834 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53930
Diffstat (limited to 'epan/dissectors/packet-vlan.c')
-rw-r--r--epan/dissectors/packet-vlan.c2
1 files changed, 1 insertions, 1 deletions
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 <epan/etypes.h>
#include <epan/prefs.h>
-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;