aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-11-11 16:20:42 +0100
committerAnders Broman <a.broman58@gmail.com>2017-11-11 19:08:12 +0000
commit2092b66a0bbcef2764e3d708a44af2f378b39dba (patch)
treeb0ca0cffbed86fe5b77a8da3d0d4bd6e4ad52c08 /epan
parent81805717dea0f1f2048748165e968147f0b9cd7a (diff)
WPS: no previous prototype for ‘proto_reg_handoff_wps’ [-Wmissing-prototypes]
Change-Id: Icb5220af362a25f081f0b5d33f92a9013723bca9 Reviewed-on: https://code.wireshark.org/review/24364 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-wps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-wps.c b/epan/dissectors/packet-wps.c
index d4c6bdc96b..30941068c8 100644
--- a/epan/dissectors/packet-wps.c
+++ b/epan/dissectors/packet-wps.c
@@ -42,6 +42,7 @@
#include "packet-ieee80211.h"
void proto_register_wps(void);
+void proto_reg_handoff_wps(void);
static int hf_eapwps_opcode = -1;
static int hf_eapwps_flags = -1;