aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x29.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-x29.c
parent706c629ae09aabbe3bc3123c1a763868cb51a18b (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53908
Diffstat (limited to 'epan/dissectors/packet-x29.c')
-rw-r--r--epan/dissectors/packet-x29.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-x29.c b/epan/dissectors/packet-x29.c
index 62cea23d95..02820ccd52 100644
--- a/epan/dissectors/packet-x29.c
+++ b/epan/dissectors/packet-x29.c
@@ -28,6 +28,9 @@
#include <epan/packet.h>
#include <epan/nlpid.h>
+void proto_register_x29(void);
+void proto_reg_handoff_x29(void);
+
static int proto_x29 = -1;
static int hf_msg_code = -1;
static int hf_error_type = -1;