eapol/eapol_framework/eapol_common/type/mschapv2/include/eap_type_mschapv2.h
branchRCL_3
changeset 46 c74b3d9f6b9e
parent 45 bad0cc58d154
--- a/eapol/eapol_framework/eapol_common/type/mschapv2/include/eap_type_mschapv2.h	Tue Aug 31 15:16:37 2010 +0300
+++ b/eapol/eapol_framework/eapol_common/type/mschapv2/include/eap_type_mschapv2.h	Wed Sep 01 12:23:57 2010 +0100
@@ -16,7 +16,7 @@
 */
 
 /*
-* %version: %
+* %version: 22.1.2 %
 */
 
 #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_FUNC_IMPORT eap_status_e finish_successful_authentication();
+	eap_status_e finish_successful_authentication();
 
 	eap_status_e finish_unsuccessful_authentication(
 		const bool authentication_cancelled);
 
-	EAP_FUNC_IMPORT eap_status_e complete_eap_identity_query();
+	eap_status_e complete_eap_identity_query();
 
-	EAP_FUNC_IMPORT eap_status_e complete_failure_retry_response();
+	eap_status_e complete_failure_retry_response();
 
-	EAP_FUNC_IMPORT eap_status_e complete_change_password_query();
+	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.