diff -r 30e048a7b597 -r bad0cc58d154 eapol/eapol_framework/eapol_common/type/mschapv2/include/eap_type_mschapv2.h --- a/eapol/eapol_framework/eapol_common/type/mschapv2/include/eap_type_mschapv2.h Thu Aug 19 09:58:27 2010 +0300 +++ b/eapol/eapol_framework/eapol_common/type/mschapv2/include/eap_type_mschapv2.h Tue Aug 31 15:16:37 2010 +0300 @@ -16,7 +16,7 @@ */ /* -* %version: 22.1.2 % +* %version: % */ #ifndef _MSCHAPV2_CORE_H_ @@ -138,19 +138,19 @@ #endif //#if defined(USE_FAST_EAP_TYPE) // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + void send_error_notification(const eap_status_e error); - eap_status_e finish_successful_authentication(); + EAP_FUNC_IMPORT eap_status_e finish_successful_authentication(); eap_status_e finish_unsuccessful_authentication( const bool authentication_cancelled); - eap_status_e complete_eap_identity_query(); + EAP_FUNC_IMPORT eap_status_e complete_eap_identity_query(); - eap_status_e complete_failure_retry_response(); + EAP_FUNC_IMPORT eap_status_e complete_failure_retry_response(); - eap_status_e complete_change_password_query(); + EAP_FUNC_IMPORT eap_status_e complete_change_password_query(); eap_status_e client_packet_process( eap_header_wr_c * const eap, ///< This is pointer to EAP header and data.