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

Ludovic Rousseau rousseau at costa.debian.org
Tue Mar 21 14:55:01 CET 2006


Author: rousseau
Date: 2006-03-21 13:55:00 +0000 (Tue, 21 Mar 2006)
New Revision: 1955

Modified:
   trunk/PCSC/src/PCSC/debuglog.h
Log:
do not declare pcsc_stringify_error() here since it is already declared
in PCSC/pcsclite.h


Modified: trunk/PCSC/src/PCSC/debuglog.h
===================================================================
--- trunk/PCSC/src/PCSC/debuglog.h	2006-03-21 13:54:12 UTC (rev 1954)
+++ trunk/PCSC/src/PCSC/debuglog.h	2006-03-21 13:55:00 UTC (rev 1955)
@@ -90,8 +90,6 @@
 void DebugLogCategory(const int, const unsigned char *, const int);
 PCSC_API void DebugLogSetLevel(const int level);
 
-PCSC_API char *pcsc_stringify_error(long);
-
 #ifdef __cplusplus
 }
 #endif




More information about the Pcsclite-cvs-commit mailing list