aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vxi11.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 19:50:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 19:50:20 +0000
commit9bdd3bbde1dbdfbeee75915d9ca7cc95233523e6 (patch)
tree6de35c249a707e58c20f62562c93a8ca0c666315 /epan/dissectors/packet-vxi11.c
parent17a67c3b5cb80619ab7e1260a05a28e888cee09e (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53911
Diffstat (limited to 'epan/dissectors/packet-vxi11.c')
-rw-r--r--epan/dissectors/packet-vxi11.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-vxi11.c b/epan/dissectors/packet-vxi11.c
index 75bf295b24..91fead15e7 100644
--- a/epan/dissectors/packet-vxi11.c
+++ b/epan/dissectors/packet-vxi11.c
@@ -97,6 +97,13 @@
#define VXI11_CORE_PROGRAM 0x0607AF
#define VXI11_CORE_VERSION 1
+void proto_register_vxi11_core(void);
+void proto_reg_handoff_vxi11_core(void);
+void proto_register_vxi11_async(void);
+void proto_reg_handoff_vxi11_async(void);
+void proto_register_vxi11_intr(void);
+void proto_reg_handoff_vxi11_intr(void);
+
static int proto_vxi11_core = -1;
static gint ett_vxi11_core = -1;