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

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


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

Modified Files:
	eventhandler.h 
Log Message:
put back the structure name


Index: eventhandler.h
===================================================================
RCS file: /cvsroot/pcsclite/PCSC/src/eventhandler.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- eventhandler.h	17 Jun 2004 07:44:03 -0000	1.5
+++ eventhandler.h	17 Jun 2004 13:43:37 -0000	1.6
@@ -25,7 +25,7 @@
 	 * application gets instant notification of changes in state. 
 	 */
 
-	typedef struct
+	typedef struct pubReaderStatesList
 	{
 		LONG readerID;
 		char readerName[MAX_READERNAME];