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>
This commit is contained in:
Alexis La Goutte 2017-11-11 16:20:42 +01:00 committed by Anders Broman
parent 81805717de
commit 2092b66a0b
1 changed files with 1 additions and 0 deletions

View File

@ -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;