[Pcsclite-cvs-commit] Drivers/ccid/src defs.h,1.6,1.7

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


Update of /cvsroot/pcsclite/Drivers/ccid/src
In directory haydn:/tmp/cvs-serv24673

Modified Files:
	defs.h 
Log Message:
the t1 field in struct CCID_DESC changed from Protocol_T1 (towitiko) to
t1_state_t (openct)


Index: defs.h
===================================================================
RCS file: /cvsroot/pcsclite/Drivers/ccid/src/defs.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- defs.h	17 May 2004 14:35:51 -0000	1.6
+++ defs.h	30 Jun 2004 13:30:04 -0000	1.7
@@ -21,9 +21,9 @@
  * $Id$
  */
 
-#include <pcsclite.h>
+#include <PCSC/pcsclite.h>
 
-#include "protocol_t1/protocol_t1.h"
+#include "openct/proto-t1.h"
 
 typedef struct CCID_DESC
 {
@@ -41,7 +41,7 @@
 	/*
 	 * T=1 Protocol context
 	 */
-	Protocol_T1 t1;
+	t1_state_t t1;
 } CcidDesc;
 
 typedef enum {