We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd4fc93 commit c2f3163Copy full SHA for c2f3163
wpa_ctrl.c
@@ -153,7 +153,7 @@ void wpa_ctrl_close(struct wpa_ctrl *ctrl)
153
* event of crashes that prevented them from being removed as part
154
* of the normal orderly shutdown.
155
*/
156
-void wpa_ctrl_cleanup()
+void wpa_ctrl_cleanup(void)
157
{
158
DIR *dir;
159
struct dirent entry;
wpa_ctrl.h
@@ -187,7 +187,7 @@ int wpa_ctrl_get_fd(struct wpa_ctrl *ctrl);
187
188
189
190
-void wpa_ctrl_cleanup();
+void wpa_ctrl_cleanup(void);
191
#endif /* ANDROID */
192
193
#ifdef CONFIG_CTRL_IFACE_UDP
0 commit comments