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

Ludovic Rousseau rousseau at costa.debian.org
Tue Jan 24 14:43:20 UTC 2006


Author: rousseau
Date: 2006-01-24 14:43:20 +0000 (Tue, 24 Jan 2006)
New Revision: 1824

Modified:
   trunk/PCSC/src/parser.h
Log:
declare LTPBundleFindValueWithKey as an exported symbol (used by the
pcscd drivers)


Modified: trunk/PCSC/src/parser.h
===================================================================
--- trunk/PCSC/src/parser.h	2006-01-24 12:44:45 UTC (rev 1823)
+++ trunk/PCSC/src/parser.h	2006-01-24 14:43:20 UTC (rev 1824)
@@ -27,7 +27,7 @@
 #define TOKEN_TYPE_KEY         1
 #define TOKEN_TYPE_STRING      2
 
-int LTPBundleFindValueWithKey(char *fileName, char *tokenKey,
+PCSC_API int LTPBundleFindValueWithKey(char *fileName, char *tokenKey,
                               char *tokenValue, int tokenIndice);
 
 #ifdef __cplusplus




More information about the Pcsclite-cvs-commit mailing list