[Pcsclite-cvs-commit] CVS PCSC/src

CVS User rousseau ludovic.rousseau@free.fr
Wed, 15 Jun 2005 11:54:21 +0000


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

Modified Files:
	configfile.h 
Log Message:
correct function prototype according to configfile.l new version


--- /cvsroot/pcsclite/PCSC/src/configfile.h	2005/05/26 12:54:49	1.4
+++ /cvsroot/pcsclite/PCSC/src/configfile.h	2005/06/15 11:54:21	1.5
@@ -6,7 +6,7 @@
  * Copyright (C) 1999
  *  David Corcoran <corcoran@linuxnet.com>
  *
- * $Id: configfile.h,v 1.4 2005/05/26 12:54:49 rousseau Exp $
+ * $Id: configfile.h,v 1.5 2005/06/15 11:54:21 rousseau Exp $
  */
 
 #ifndef __configfile_h__
@@ -17,7 +17,7 @@
 {
 #endif
 
-	int DBGetReaderList(char *readerconf);
+	int DBGetReaderList(char *readerconf, SerialReader **caller_reader_list);
 
 #ifdef __cplusplus
 }