[Pcsclite-cvs-commit] r2010 - in trunk/PCSC: doc src

Ludovic Rousseau rousseau at costa.debian.org
Tue Apr 18 14:01:01 UTC 2006


Author: rousseau
Date: 2006-04-18 14:00:59 +0000 (Tue, 18 Apr 2006)
New Revision: 2010

Modified:
   trunk/PCSC/doc/ifdhandler-3.tex
   trunk/PCSC/src/parser.h
Log:
do not export LTPBundleFindValueWithKey() to the drivers anymore


Modified: trunk/PCSC/doc/ifdhandler-3.tex
===================================================================
--- trunk/PCSC/doc/ifdhandler-3.tex	2006-04-18 13:59:11 UTC (rev 2009)
+++ trunk/PCSC/doc/ifdhandler-3.tex	2006-04-18 14:00:59 UTC (rev 2010)
@@ -1042,43 +1042,6 @@
 
 
 %---------%---------%---------%---------%---------%---------
-\subsection{LTPBundleFindValueWithKey}
-
-\synopsis
-\begin{verbatim}
-#include <PCSC/parser.h>
-
-int LTPBundleFindValueWithKey(char *fileName,
-    char *tokenKey,
-    char *tokenValue,
-    int tokenIndice);
-\end{verbatim}
-
-\parameters
-
-\begin{tabular}{lll}
-\texttt{fileName} & IN & configuration file name \\
-\texttt{tokenKey} & IN & searched token string \\
-\texttt{tokenValue} & OUT & found token value \\
-\texttt{tokenIndice} & IN & indice of the desired token in an array \\
-\end{tabular}
-
-\desc
-
-This function is used to parse the \texttt{Info.plist} configuration
-file. The \texttt{tokenIndice} field is used to get the n-th element of
-an array.
-
-\returns
-
-\begin{tabular}{ll}
-\texttt{-1} & Error\\
-\texttt{0} & No error \\
-\texttt{1} & Configuration file not found \\
-\end{tabular}
-
-
-%---------%---------%---------%---------%---------%---------
 \subsection{log\_msg}
 
 \synopsis

Modified: trunk/PCSC/src/parser.h
===================================================================
--- trunk/PCSC/src/parser.h	2006-04-18 13:59:11 UTC (rev 2009)
+++ trunk/PCSC/src/parser.h	2006-04-18 14:00:59 UTC (rev 2010)
@@ -27,7 +27,7 @@
 #define TOKEN_TYPE_KEY         1
 #define TOKEN_TYPE_STRING      2
 
-PCSC_API int LTPBundleFindValueWithKey(char *fileName, char *tokenKey,
+int LTPBundleFindValueWithKey(char *fileName, char *tokenKey,
                               char *tokenValue, int tokenIndice);
 
 #ifdef __cplusplus




More information about the Pcsclite-cvs-commit mailing list