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 3260 2009-01-02 15:19:59Z 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, 00021 /*@out@*/ SerialReader **caller_reader_list); 00022 00023 #ifdef __cplusplus 00024 } 00025 #endif 00026 00027 #endif /* __configfile_h__ */