[Pcsclite-cvs-commit] PCSC/src/PCSC pcsclite.h.in,1.41,1.42

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


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

Modified Files:
	pcsclite.h.in 
Log Message:
add definition of SCARD_PROTOCOL_T15


Index: pcsclite.h.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/PCSC/pcsclite.h.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- pcsclite.h.in	10 Jun 2004 18:09:21 -0000	1.41
+++ pcsclite.h.in	23 Jun 2004 15:03:42 -0000	1.42
@@ -107,6 +107,7 @@
 #define SCARD_PROTOCOL_T0		0x0001	/* T=0 active protocol. */
 #define SCARD_PROTOCOL_T1		0x0002	/* T=1 active protocol. */
 #define SCARD_PROTOCOL_RAW		0x0004	/* Raw active protocol. */
+#define SCARD_PROTOCOL_T15		0x0008	/* T=15 protocol. */
 
 #define SCARD_SHARE_EXCLUSIVE		0x0001	/* Exclusive mode only */
 #define SCARD_SHARE_SHARED		0x0002	/* Shared mode only */