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

Ludovic Rousseau rousseau at alioth.debian.org
Sun Dec 3 14:10:15 CET 2006


Author: rousseau
Date: 2006-12-03 14:10:15 +0100 (Sun, 03 Dec 2006)
New Revision: 2263

Modified:
   trunk/PCSC/src/debug.c
Log:
warning: no previous prototype for 'log_init'


Modified: trunk/PCSC/src/debug.c
===================================================================
--- trunk/PCSC/src/debug.c	2006-12-02 17:28:55 UTC (rev 2262)
+++ trunk/PCSC/src/debug.c	2006-12-03 13:10:15 UTC (rev 2263)
@@ -29,6 +29,7 @@
 static char LogLevel = PCSC_LOG_ERROR;
 
 static signed char LogDoColor = 0;	/* no color by default */
+void log_init(void);
 
 void log_init(void)
 {




More information about the Pcsclite-cvs-commit mailing list