aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wsp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 17:41:57 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 17:41:57 +0000
commit25ce6c262edc7348ec1057f929630e6862eff47d (patch)
tree71731c4326d3c41b8759cd4126b76a36b57aa0ff /epan/dissectors/packet-wsp.c
parent706c629ae09aabbe3bc3123c1a763868cb51a18b (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53908
Diffstat (limited to 'epan/dissectors/packet-wsp.c')
-rw-r--r--epan/dissectors/packet-wsp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/epan/dissectors/packet-wsp.c b/epan/dissectors/packet-wsp.c
index 1e89f25b44..487ca583ef 100644
--- a/epan/dissectors/packet-wsp.c
+++ b/epan/dissectors/packet-wsp.c
@@ -69,6 +69,12 @@
/* Statistics (see doc/README.tapping) */
#include <epan/tap.h>
+
+void proto_register_wsp(void);
+void proto_reg_handoff_wsp(void);
+void proto_register_sir(void);
+void proto_reg_handoff_sir(void);
+
static int wsp_tap = -1;