Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

configfile.h

00001 /*
00002  * Header file for reading lexical config files.
00003  *
00004  * MUSCLE SmartCard Development ( http://www.linuxnet.com )
00005  *
00006  * Copyright (C) 1999
00007  *  David Corcoran <corcoran@linuxnet.com>
00008  *
00009  * $Id: configfile.h 2331 2007-01-11 16:54:51Z rousseau $
00010  */
00011 
00012 #ifndef __configfile_h__
00013 #define __configfile_h__
00014 
00015 #ifdef __cplusplus
00016 extern "C"
00017 {
00018 #endif
00019 
00020     int DBGetReaderList(const char *readerconf, SerialReader **caller_reader_list);
00021 
00022 #ifdef __cplusplus
00023 }
00024 #endif
00025 
00026 #endif                          /* __configfile_h__ */

Generated on Fri Jan 26 22:54:53 2007 for pcsc-lite by  doxygen 1.3.9.1