Fix dbus build without EAP
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 22 Oct 2009 18:11:53 +0000 (11:11 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 22 Oct 2009 18:11:53 +0000 (11:11 -0700)
src/eap_peer/eap_methods.h

index c11bd8c..9fd9b51 100644 (file)
@@ -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 */