[Pcsclite-cvs-commit] PCSC/src ifdhandler.h,1.5,1.6

sauveron-guest@quantz.debian.org sauveron-guest@quantz.debian.org
Wed, 14 Jan 2004 12:03:02 +0100


Update of /cvsroot/pcsclite/PCSC/src
In directory quantz:/tmp/cvs-serv821/src

Modified Files:
	ifdhandler.h 
Log Message:
Add the prototype of the new function introduced in the IFDHandler interface v3

Index: ifdhandler.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/ifdhandler.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ifdhandler.h	18 Oct 2003 17:19:36 -0000	1.5
+++ ifdhandler.h	14 Jan 2004 11:03:00 -0000	1.6
@@ -106,6 +106,7 @@
 	 */
 #define IFD_HVERSION_1_0               0x00010000
 #define IFD_HVERSION_2_0               0x00020000
+#define IFD_HVERSION_3_0               0x00030000
 	/*
 	 * End of version number enummerations 
 	 */
@@ -138,6 +139,16 @@
 #define IFD_NOT_SUPPORTED		614
 #define IFD_ICC_PRESENT			615
 #define IFD_ICC_NOT_PRESENT		616
+
+	/*
+	 * List of Defined Functions Available to IFD_Handler 3.0 
+	 *
+	 * All the functions of IFD_Handler 2.0 are available
+	 * and there is one new.
+	 */
+
+	RESPONSECODE IFDHCreateChannelByName(DWORD, LPSTR);
+
 
 	/*
 	 * List of Defined Functions Available to IFD_Handler 2.0