summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-05-03 18:53:42 +0200
committerMichael Mann <mmann78@netscape.net>2017-05-05 17:49:24 +0000
commit959a0ed22ccab1167314d4e3b38bbb8f8eef2296 (patch)
tree165898decbce53fb1188e85a9483d1557c7bc668
parent58a00264543c127abbe1395c01de29b04e0a4edc (diff)
downloadwireshark-959a0ed22ccab1167314d4e3b38bbb8f8eef2296.tar.gz
netlink (nl80211) fix no previous prototype for ‘proto_register_netlink_nl80211/handoff_netlink_nl80211’ [-Wmissing-prototypes]
Change-Id: Ife84b7865f7646b3ae8ad0dd3bbf10a679868fce Reviewed-on: https://code.wireshark.org/review/21518 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-netlink-nl80211.c3
1 files changed, 3 insertions, 0 deletions
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 <epan/packet.h>
#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 {