aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-yhoo.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-08 16:50:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-08 16:50:07 +0000
commit5db045212e7dd63dc4a61477de9dca3996a456b1 (patch)
tree8a5b28fb524db5ba55abe3a90b537dea86160aaa /epan/dissectors/packet-yhoo.c
parent8983ae005a175f04f34bd37d4e7447d583d8256c (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53862
Diffstat (limited to 'epan/dissectors/packet-yhoo.c')
-rw-r--r--epan/dissectors/packet-yhoo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-yhoo.c b/epan/dissectors/packet-yhoo.c
index 9abee75f1e..95c05ba336 100644
--- a/epan/dissectors/packet-yhoo.c
+++ b/epan/dissectors/packet-yhoo.c
@@ -31,6 +31,9 @@
#include <epan/packet.h>
+void proto_register_yhoo(void);
+void proto_reg_handoff_yhoo(void);
+
static int proto_yhoo = -1;
static int hf_yhoo_version = -1;
static int hf_yhoo_len = -1;