aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-11 19:46:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-11 19:46:38 +0000
commit7a5d4ed4da109d78daa78e40609dd291400797f4 (patch)
tree4b58400157034acf7962c5588d7916eac6f310cb /epan/dissectors/packet-sll.c
parentb4020a83d14c4aa6d5a31ce9957cb7f1aaddcf58 (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53941
Diffstat (limited to 'epan/dissectors/packet-sll.c')
-rw-r--r--epan/dissectors/packet-sll.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sll.c b/epan/dissectors/packet-sll.c
index 5f4d61c34a..e52a7f69e4 100644
--- a/epan/dissectors/packet-sll.c
+++ b/epan/dissectors/packet-sll.c
@@ -40,6 +40,8 @@
#include <epan/addr_resolv.h>
#include <epan/etypes.h>
+void proto_register_sll(void);
+void proto_reg_handoff_sll(void);
/*
* A DLT_LINUX_SLL fake link-layer header.
*/