[Pcsclite-cvs-commit] r2194 - trunk/PCSC/src/PCSC

Ludovic Rousseau rousseau at alioth.debian.org
Tue Oct 31 08:54:26 CET 2006


Author: rousseau
Date: 2006-10-31 08:54:25 +0100 (Tue, 31 Oct 2006)
New Revision: 2194

Modified:
   trunk/PCSC/src/PCSC/winscard.h
Log:
remove SCardUnload() since it is not in the PC/SC API


Modified: trunk/PCSC/src/PCSC/winscard.h
===================================================================
--- trunk/PCSC/src/PCSC/winscard.h	2006-10-29 19:27:52 UTC (rev 2193)
+++ trunk/PCSC/src/PCSC/winscard.h	2006-10-31 07:54:25 UTC (rev 2194)
@@ -88,8 +88,6 @@
 	PCSC_API LONG SCardSetAttrib(SCARDHANDLE hCard, DWORD dwAttrId,
 		LPCBYTE pbAttr, DWORD cbAttrLen);
 
-	void SCardUnload(void);
-
 #ifdef __cplusplus
 }
 #endif




More information about the Pcsclite-cvs-commit mailing list