aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-redbackli.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-12 17:45:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-12 17:45:22 +0000
commit74b58162d70994797401b791c0e833ac000110f2 (patch)
tree72a98d796ce0c091fa81c3547a7ad79cea3d3321 /epan/dissectors/packet-redbackli.c
parent138ce6f204f782d256ddf6d8bfd6fac93a321ee5 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53963
Diffstat (limited to 'epan/dissectors/packet-redbackli.c')
-rw-r--r--epan/dissectors/packet-redbackli.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-redbackli.c b/epan/dissectors/packet-redbackli.c
index 7b01fd66ad..c3df5266f2 100644
--- a/epan/dissectors/packet-redbackli.c
+++ b/epan/dissectors/packet-redbackli.c
@@ -33,6 +33,9 @@
#include <epan/addr_resolv.h>
#include <epan/strutil.h>
+void proto_register_redbackli(void);
+void proto_reg_handoff_redbackli(void);
+
static int proto_redbackli = -1;
static int hf_redbackli_seqno = -1; /* Sequence No */