From 053b41dda37d45f4fad121a272ecdf7468696d03 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 22 Nov 2017 22:17:14 +0100 Subject: wisun: fix no previous prototype for function 'proto_register_wisun/proto_reg_handoff_wisun' [-Wmissing-prototypes] Change-Id: I44751363b2e1f16a2463d7e798bedb6f59995e13 Reviewed-on: https://code.wireshark.org/review/24538 Reviewed-by: Michael Mann --- epan/dissectors/packet-wisun.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/epan/dissectors/packet-wisun.c b/epan/dissectors/packet-wisun.c index e917be0972..45e48e881c 100644 --- a/epan/dissectors/packet-wisun.c +++ b/epan/dissectors/packet-wisun.c @@ -37,6 +37,9 @@ #include "packet-ieee802154.h" +void proto_register_wisun(void); +void proto_reg_handoff_wisun(void); + /* Wi-SUN Header IE Sub-ID Values. */ #define WISUN_SUBID_UTT 1 #define WISUN_SUBID_BT 2 -- cgit v1.2.3