aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lltd.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:50:20 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 16:01:21 +0000
commit5d9709bc1eb57ff31ed7634de510b01b8ab82bb9 (patch)
tree7626bdf362cfe3223589331c86eda1b985fd6450 /epan/dissectors/packet-lltd.c
parent0517093794705eab82a7eb9d058ee92434ba4a27 (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Change-Id: I78f50ade1febc0dcb2231d742e2213f012535bc7 Reviewed-on: https://code.wireshark.org/review/3638 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lltd.c')
-rw-r--r--epan/dissectors/packet-lltd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lltd.c b/epan/dissectors/packet-lltd.c
index ed914b92b7..d0698ab83f 100644
--- a/epan/dissectors/packet-lltd.c
+++ b/epan/dissectors/packet-lltd.c
@@ -29,6 +29,9 @@
#include <epan/etypes.h>
#include <epan/expert.h>
+void proto_register_lltd(void);
+void proto_reg_handoff_lltd(void);
+
static int proto_lltd = -1;
static int hf_lltd_version = -1;