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

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


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

Modified Files:
	pcsclite.h.in 
Log Message:
 #define SCARD_PROTOCOL_UNSET           0x0000  /* protocol not set */


Index: pcsclite.h.in
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/PCSC/pcsclite.h.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- pcsclite.h.in	23 Jun 2004 15:03:42 -0000	1.42
+++ pcsclite.h.in	2 Aug 2004 18:08:53 -0000	1.43
@@ -104,6 +104,7 @@
 #define SCARD_SCOPE_TERMINAL		0x0001	/* Scope in terminal */
 #define SCARD_SCOPE_SYSTEM		0x0002	/* Scope in system */
 
+#define SCARD_PROTOCOL_UNSET		0x0000	/* protocol not set */
 #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. */