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 1550 2005-06-15 11:54:21Z 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(char *readerconf, SerialReader **caller_reader_list);
00021 
00022 #ifdef __cplusplus
00023 }
00024 #endif
00025 
00026 #endif                          /* __configfile_h__ */

Generated on Sat Apr 22 16:38:15 2006 for pcsc-lite by  doxygen 1.4.6