diff -r bad0cc58d154 -r c74b3d9f6b9e eapol/eapol_framework/eapol_common/include/eap_state_notification.h --- a/eapol/eapol_framework/eapol_common/include/eap_state_notification.h Tue Aug 31 15:16:37 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/include/eap_state_notification.h Wed Sep 01 12:23:57 2010 +0100 @@ -16,7 +16,7 @@ */ /* -* %version: % +* %version: 4 % */ #if !defined(_EAP_STATE_NOTIFICATION_H_) @@ -92,6 +92,9 @@ u8_t eap_identifier, bool allow_send_eap_success); + +#if defined(USE_EAP_EXPANDED_TYPES) + EAP_FUNC_IMPORT eap_state_notification_c( abs_eap_am_tools_c * const tools, const eap_am_network_id_c * const send_network_id, @@ -104,6 +107,9 @@ u8_t eap_identifier, bool allow_send_eap_success); +#endif //#if defined(USE_EAP_EXPANDED_TYPES) + + EAP_FUNC_IMPORT eap_state_notification_c( abs_eap_am_tools_c * const tools, const eap_am_network_id_c * const send_network_id,