[Pcsclite-cvs-commit] PCSC/src ifdwrapper.c,1.23,1.24

rousseau@haydn.debian.org rousseau@haydn.debian.org


Update of /cvsroot/pcsclite/PCSC/src
In directory haydn:/tmp/cvs-serv12442/src

Modified Files:
	ifdwrapper.c 
Log Message:
use new FctMap' fields names


Index: ifdwrapper.c
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/ifdwrapper.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- ifdwrapper.c	6 Jul 2004 06:08:59 -0000	1.23
+++ ifdwrapper.c	22 Jul 2004 13:29:16 -0000	1.24
@@ -44,7 +44,7 @@
 	/*
 	 * Make sure the symbol exists in the driver 
 	 */
-	vFunction = rContext->psFunctions.pvfSetProtocol;
+	vFunction = rContext->psFunctions.pvfSetProtocolParameters;
 
 	if (vFunction == NULL)
 		return SCARD_E_UNSUPPORTED_FEATURE;
@@ -483,7 +483,7 @@
 	/*
 	 * Make sure the symbol exists in the driver 
 	 */
-	vFunctionA = rContext->psFunctions.pvfICCPresent;
+	vFunctionA = rContext->psFunctions.pvfICCPresence;
 	vFunctionB = rContext->psFunctions.pvfGetCapabilities;
 
 	if (vFunctionA == NULL)
@@ -753,7 +753,7 @@
 	/*
 	 * Make sure the symbol exists in the driver 
 	 */
-	vFunction = rContext->psFunctions.pvfTransmitICC;
+	vFunction = rContext->psFunctions.pvfTransmitToICC;
 
 	if (vFunction == NULL)
 		return SCARD_E_UNSUPPORTED_FEATURE;