aboutsummaryrefslogtreecommitdiff
path: root/wpa_ctrl.c
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2009-05-14 13:51:34 -0700
committerDmitry Shmidt <dimitrysh@google.com>2009-05-14 13:51:34 -0700
commitc2f31631b048660858947edf89be3c510732fa11 (patch)
tree5d75d168795e11fdb4404c3698cf2b18834293dc /wpa_ctrl.c
parentdd4fc9341a41e44c2c1879b71e4098018880230c (diff)
downloadwpa_supplicant-c2f31631b048660858947edf89be3c510732fa11.tar.gz
Fix compilation warning
Diffstat (limited to 'wpa_ctrl.c')
-rw-r--r--wpa_ctrl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa_ctrl.c b/wpa_ctrl.c
index 0d5dd28..d232949 100644
--- a/wpa_ctrl.c
+++ b/wpa_ctrl.c
@@ -153,7 +153,7 @@ void wpa_ctrl_close(struct wpa_ctrl *ctrl)
* event of crashes that prevented them from being removed as part
* of the normal orderly shutdown.
*/
-void wpa_ctrl_cleanup()
+void wpa_ctrl_cleanup(void)
{
DIR *dir;
struct dirent entry;