aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lat.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-01-11 11:40:03 +0100
committerAnders Broman <a.broman58@gmail.com>2016-01-11 13:48:08 +0000
commit194aabfbf931a5109a0db7daee14c73ea95afe33 (patch)
tree24c217df752f21020eaf940f9429498ea6d1b70b /epan/dissectors/packet-lat.c
parent919b445a758869268d0bf0b0d094e8a21928a0e6 (diff)
LAT: fix no previous prototype for 'proto_register/reg_handoff_lat' [-Wmissing-prototypes]
Change-Id: Ifac7943f909fdb73395824f7bb6925476edc8cff Reviewed-on: https://code.wireshark.org/review/13181 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-lat.c')
-rw-r--r--epan/dissectors/packet-lat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-lat.c b/epan/dissectors/packet-lat.c
index 7eb117b5b8..7522d7c477 100644
--- a/epan/dissectors/packet-lat.c
+++ b/epan/dissectors/packet-lat.c
@@ -29,6 +29,9 @@
#include <epan/packet.h>
#include "etypes.h"
+void proto_register_lat(void);
+void proto_reg_handoff_lat(void);
+
/*
* Information on LAT taken from the Linux "latd" at
*