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 /wpa_supplicant/dbus/dbus_old_handlers.c | |
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 'wpa_supplicant/dbus/dbus_old_handlers.c')
-rw-r--r-- | wpa_supplicant/dbus/dbus_old_handlers.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wpa_supplicant/dbus/dbus_old_handlers.c b/wpa_supplicant/dbus/dbus_old_handlers.c index 6d178f4..7c4630e 100644 --- a/wpa_supplicant/dbus/dbus_old_handlers.c +++ b/wpa_supplicant/dbus/dbus_old_handlers.c @@ -25,10 +25,6 @@ #include "dbus_old_handlers.h" #include "dbus_dict_helpers.h" -extern int wpa_debug_level; -extern int wpa_debug_show_keys; -extern int wpa_debug_timestamp; - /** * wpas_dbus_new_invalid_opts_error - Return a new invalid options error message * @message: Pointer to incoming dbus message this error refers to |