[Pcsclite-cvs-commit] r2895 - /trunk/PCSC/src/debug.c

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Mon Apr 21 13:29:56 UTC 2008


Author: rousseau
Date: Mon Apr 21 13:29:56 2008
New Revision: 2895

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2895
Log:
declare log_init() static to avoid the prototype declaration

Modified:
    trunk/PCSC/src/debug.c

Modified: trunk/PCSC/src/debug.c
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/src/debug.c?rev=2895&op=diff
==============================================================================
--- trunk/PCSC/src/debug.c (original)
+++ trunk/PCSC/src/debug.c Mon Apr 21 13:29:56 2008
@@ -29,9 +29,8 @@
 static char LogLevel = PCSC_LOG_CRITICAL+1;
 
 static signed char LogDoColor = 0;	/**< no color by default */
-void log_init(void);
 
-void log_init(void)
+static void log_init(void)
 {
 	char *e;
 




More information about the Pcsclite-cvs-commit mailing list