Parcourir la source

Fix dbus build without EAP

Jouni Malinen il y a 15 ans
Parent
commit
e5fc45d7ae
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      src/eap_peer/eap_methods.h

+ 5 - 0
src/eap_peer/eap_methods.h

@@ -62,6 +62,11 @@ static inline void eap_peer_unregister_methods(void)
 {
 }
 
+static inline char ** eap_get_names_as_string_array(size_t *num)
+{
+	return NULL;
+}
+
 #endif /* IEEE8021X_EAPOL */