mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 16:24:03 -05:00
Fix non D-Bus builds by removing 'void void' in return value
This commit is contained in:
parent
8fd0f0f323
commit
ed49fbbf3a
@ -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 New Issue
Block a user