[Pcsclite-cvs-commit] r2503 - trunk/PCSC/src

Ludovic Rousseau rousseau at alioth.debian.org
Wed Apr 4 09:03:01 UTC 2007


Author: rousseau
Date: 2007-04-04 09:03:01 +0000 (Wed, 04 Apr 2007)
New Revision: 2503

Modified:
   trunk/PCSC/src/testpcsc.c
Log:
add a prototype for test_rv() to avoir a compiler warning: no previous
prototype for ?\226?\128?\152test_rv?\226?\128?\153


Modified: trunk/PCSC/src/testpcsc.c
===================================================================
--- trunk/PCSC/src/testpcsc.c	2007-04-04 08:57:35 UTC (rev 2502)
+++ trunk/PCSC/src/testpcsc.c	2007-04-04 09:03:01 UTC (rev 2503)
@@ -27,6 +27,7 @@
 #define DONT_PANIC 1
 #define RED_PRINTF_FORMAT "\33[01;31m%s\33[0m\n"
 
+void test_rv(int rv, SCARDCONTEXT hContext, int dont_panic);
 void test_rv(int rv, SCARDCONTEXT hContext, int dont_panic)
 {
 	if (rv != SCARD_S_SUCCESS)




More information about the Pcsclite-cvs-commit mailing list