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

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Thu Feb 7 13:55:09 UTC 2008


Author: rousseau
Date: Thu Feb  7 13:55:08 2008
New Revision: 2806

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2806
Log:
do not declare IFDHPolling() and IFDHSleep() when building for the
serial reader

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=2806&op=diff
==============================================================================
--- trunk/Drivers/ccid/src/ifdhandler.c (original)
+++ trunk/Drivers/ccid/src/ifdhandler.c Thu Feb  7 13:55:08 2008
@@ -57,8 +57,10 @@
 static int DebugInitialized = FALSE;
 
 /* local functions */
+#ifndef TWIN_SERIAL
 static RESPONSECODE IFDHPolling(DWORD Lun);
 static RESPONSECODE IFDHSleep(DWORD Lun);
+#endif
 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);




More information about the Pcsclite-cvs-commit mailing list