aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ymsg.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 06:01:16 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 06:01:16 +0000
commitacf2fed688cc9d80e6f236931adf468554dd0ce1 (patch)
tree502b76119050d4aa73cc46cfc87db8037e2af0c1 /epan/dissectors/packet-ymsg.c
parentaf4cbd00a024d4b90f2ad2e36afc38d8c8aa702e (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53901
Diffstat (limited to 'epan/dissectors/packet-ymsg.c')
-rw-r--r--epan/dissectors/packet-ymsg.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ymsg.c b/epan/dissectors/packet-ymsg.c
index fbc071bc58..91d949fcc1 100644
--- a/epan/dissectors/packet-ymsg.c
+++ b/epan/dissectors/packet-ymsg.c
@@ -32,6 +32,9 @@
#include "packet-tcp.h"
#include <epan/prefs.h>
+void proto_register_ymsg(void);
+void proto_reg_handoff_ymsg(void);
+
static int proto_ymsg = -1;
static int hf_ymsg_version = -1;
static int hf_ymsg_vendor = -1;