[Pcsclite-cvs-commit] r2781 - /trunk/Drivers/ccid/src/ifdhandler.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Fri Feb 1 10:00:25 UTC 2008


Author: rousseau
Date: Fri Feb  1 10:00:25 2008
New Revision: 2781

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2781
Log:
add a prototype for IFDHPolling()

Modified:
    trunk/Drivers/ccid/src/ifdhandler.c

Modified: trunk/Drivers/ccid/src/ifdhandler.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/src/ifdhandler.c?rev=2781&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Fri Feb  1 10:00:25 2008
@@ -57,6 +57,7 @@
 static int DebugInitialized = FALSE;
 
 /* local functions */
+static RESPONSECODE IFDHPolling(DWORD Lun);
 static void init_driver(void);
 static void extra_egt(ATR_t *atr, _ccid_descriptor *ccid_desc, DWORD Protocol);
 static char find_baud_rate(unsigned int baudrate, unsigned int *list);
@@ -247,7 +248,7 @@
 
 
 #ifndef TWIN_SERIAL
-EXTERNAL RESPONSECODE IFDHPolling(DWORD Lun)
+static RESPONSECODE IFDHPolling(DWORD Lun)
 {
 	int reader_index;
 	int ret;




More information about the Pcsclite-cvs-commit mailing list