From 959a0ed22ccab1167314d4e3b38bbb8f8eef2296 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 3 May 2017 18:53:42 +0200 Subject: =?UTF-8?q?netlink=20(nl80211)=20fix=20no=20previous=20prototype?= =?UTF-8?q?=20for=20=E2=80=98proto=5Fregister=5Fnetlink=5Fnl80211/handoff?= =?UTF-8?q?=5Fnetlink=5Fnl80211=E2=80=99=20[-Wmissing-prototypes]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ife84b7865f7646b3ae8ad0dd3bbf10a679868fce Reviewed-on: https://code.wireshark.org/review/21518 Petri-Dish: Alexis La Goutte Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/dissectors/packet-netlink-nl80211.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/epan/dissectors/packet-netlink-nl80211.c b/epan/dissectors/packet-netlink-nl80211.c index ccf0ac651d..da3c26ddcd 100644 --- a/epan/dissectors/packet-netlink-nl80211.c +++ b/epan/dissectors/packet-netlink-nl80211.c @@ -29,6 +29,9 @@ #include #include "packet-netlink.h" +void proto_register_netlink_nl80211(void); +void proto_reg_handoff_netlink_nl80211(void); + /* Extracted using tools/make-nl80211-fields.py */ /* Definitions from linux/nl80211.h {{{ */ enum ws_nl80211_commands { -- cgit v1.2.1