aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wcp.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-wcp.c
parent706c629ae09aabbe3bc3123c1a763868cb51a18b (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53908
Diffstat (limited to 'epan/dissectors/packet-wcp.c')
-rw-r--r--epan/dissectors/packet-wcp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-wcp.c b/epan/dissectors/packet-wcp.c
index 1f03ba0296..cf813bd17f 100644
--- a/epan/dissectors/packet-wcp.c
+++ b/epan/dissectors/packet-wcp.c
@@ -115,6 +115,9 @@
#define MAX_WCP_BUF_LEN 2048 /* storage size for decompressed data */
#define FROM_DCE 0x80 /* for direction setting */
+void proto_register_wcp(void);
+void proto_reg_handoff_wcp(void);
+
typedef struct {
guint8 *buf_cur;