/[pcsclite]/trunk/Drivers/ccid/src/parser.h
ViewVC logotype

Contents of /trunk/Drivers/ccid/src/parser.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 269 - (show annotations) (download)
Tue Aug 12 12:40:23 2003 UTC (9 years, 9 months ago) by rousseau
File MIME type: text/plain
File size: 733 byte(s)
Initial revision
1 /*****************************************************************
2
3 File : parser.h
4 Author : Toni Andjelkovic
5 Date : August 11, 2003
6 Purpose: Reads lexical config files and updates database.
7 See http://www.linuxnet.com for more information.
8 License: Copyright (C) 2003 Toni Andjelkovic <toni@soth.at>
9 Ludovic Rousseau <ludovic.rousseau@free.fr>
10 $Id$
11
12 ******************************************************************/
13
14 #define TOKEN_MAX_KEY_SIZE 200
15 #define TOKEN_MAX_VALUE_SIZE 200
16
17 #define TOKEN_TYPE_KEY 1
18 #define TOKEN_TYPE_STRING 2
19
20 int LTPBundleFindValueWithKey(char *fileName, char *tokenKey,
21 char *tokenValue, int tokenIndice);
22

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

  ViewVC Help
Powered by ViewVC 1.1.5