Fix non D-Bus builds by removing 'void void' in return value
This commit is contained in:
parent
8fd0f0f323
commit
ed49fbbf3a
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ wpa_supplicant_dbus_notify_wps_cred(struct wpa_supplicant *wpa_s,
|
|||
}
|
||||
|
||||
static inline void
|
||||
void wpa_supplicant_dbus_notify_certification(struct wpa_supplicant *wpa_s,
|
||||
wpa_supplicant_dbus_notify_certification(struct wpa_supplicant *wpa_s,
|
||||
int depth, const char *subject,
|
||||
const char *cert_hash,
|
||||
const struct wpabuf *cert)
|
||||
|
|
Loading…
Reference in a new issue