aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-link16.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-15 09:49:55 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 16:00:30 +0000
commit0517093794705eab82a7eb9d058ee92434ba4a27 (patch)
treeb6cb7c70c8df072f733f23bdb8e8b262add03dfa /epan/dissectors/packet-link16.c
parent772a7ba45c8a26c0219dc5b32496f206e0e73423 (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Change-Id: I7e935114417712d1101ea2d6f4b236fac44698d0 Reviewed-on: https://code.wireshark.org/review/3637 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-link16.c')
-rw-r--r--epan/dissectors/packet-link16.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-link16.c b/epan/dissectors/packet-link16.c
index 7b9b68801b..bb32a6f7af 100644
--- a/epan/dissectors/packet-link16.c
+++ b/epan/dissectors/packet-link16.c
@@ -24,6 +24,8 @@
#include <epan/packet.h>
#include "packet-link16.h"
+void proto_register_link16(void);
+
/* Elmasry, G., (2012), Tactical Wireless Communications and Networks: Design Concepts and Challenges, Wiley, ISBN 9781119951766. */
enum {
WORDFORMAT_INITIAL = 0,