diff options
author | Jouni Malinen <j@w1.fi> | 2013-12-31 17:29:52 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-12-31 17:29:52 (GMT) |
commit | 0187c41d88b372e90eff37e3c29b78423e3f170e (patch) | |
tree | f1da2c16e7ec6acfeb183f3540ad68e6d4388115 /eap_example | |
parent | fcc61230d1475f5a7b185ad7e086dbefdb9f69b8 (diff) | |
download | hostap-0187c41d88b372e90eff37e3c29b78423e3f170e.zip hostap-0187c41d88b372e90eff37e3c29b78423e3f170e.tar.gz hostap-0187c41d88b372e90eff37e3c29b78423e3f170e.tar.bz2 |
Declare wpa_debug_* variables in src/utils/wpa_debug.h
These were somewhat more hidden to avoid direct use, but there are now
numerous places where these are needed and more justification to make
the extern int declarations available from wpa_debug.h. In addition,
this avoids some warnings from sparse.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'eap_example')
-rw-r--r-- | eap_example/eap_example.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/eap_example/eap_example.c b/eap_example/eap_example.c index 68f3c00..8a48cd3 100644 --- a/eap_example/eap_example.c +++ b/eap_example/eap_example.c @@ -23,8 +23,6 @@ void eap_example_server_deinit(void); int eap_example_server_step(void); -extern int wpa_debug_level; - int main(int argc, char *argv[]) { int res_s, res_p; |