aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pw-eth.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-12 19:52:14 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-12 19:52:14 +0000
commit4058146e26f82418656a06f56d55f19c14a82513 (patch)
tree2d0ecbf825eb848a3d4bb46d09c08364bb2fa7bb /epan/dissectors/packet-pw-eth.c
parent13cc753fd4723d775b1bf6a52d9a617dca68ff1f (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53971
Diffstat (limited to 'epan/dissectors/packet-pw-eth.c')
-rw-r--r--epan/dissectors/packet-pw-eth.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pw-eth.c b/epan/dissectors/packet-pw-eth.c
index 87906b22f9..b424dc1062 100644
--- a/epan/dissectors/packet-pw-eth.c
+++ b/epan/dissectors/packet-pw-eth.c
@@ -35,6 +35,9 @@
#include "packet-mpls.h"
+void proto_register_pw_eth(void);
+void proto_reg_handoff_pw_eth(void);
+
static gint proto_pw_eth_cw = -1;
static gint proto_pw_eth_nocw = -1;
static gint proto_pw_eth_heuristic = -1;