aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zebra.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-07 08:34:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-07 08:34:39 +0000
commitcc71d217a6d432cdf8b01bb73564edc677109422 (patch)
treed4a41e770ab69b34d067671e2a1cdea25c0bafb6 /epan/dissectors/packet-zebra.c
parentcc5543f8243db93356eed7632a81bf42eb0c9830 (diff)
- Make local functions static.
- Forward declaration of register function. svn path=/trunk/; revision=53817
Diffstat (limited to 'epan/dissectors/packet-zebra.c')
-rw-r--r--epan/dissectors/packet-zebra.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-zebra.c b/epan/dissectors/packet-zebra.c
index 50f6701c02..e4d059615b 100644
--- a/epan/dissectors/packet-zebra.c
+++ b/epan/dissectors/packet-zebra.c
@@ -32,6 +32,10 @@
#include <glib.h>
#include <epan/packet.h>
+/* Function declarations */
+void proto_reg_handoff_zebra(void);
+void proto_register_zebra(void);
+
static int proto_zebra = -1;
static int hf_zebra_len = -1;
static int hf_zebra_command = -1;