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-2002
00007  *  David Corcoran <corcoran@linuxnet.com>
00008  * Copyright (C) 2002-2009
00009  *  Ludovic Rousseau <ludovic.rousseau@free.fr>
00010  *
00011  * $Id: configfile.h 4779 2010-02-26 13:53:24Z rousseau $
00012  */
00013 
00014 #ifndef __configfile_h__
00015 #define __configfile_h__
00016 
00017 #ifdef __cplusplus
00018 extern "C"
00019 {
00020 #endif
00021 
00022     int DBGetReaderList(const char *readerconf,
00023         /*@out@*/ SerialReader **caller_reader_list);
00024 
00025     int DBGetReaderListDir(const char *readerconf_dir,
00026         /*@out@*/ SerialReader **caller_reader_list);
00027 
00028 #ifdef __cplusplus
00029 }
00030 #endif
00031 
00032 #endif                          /* __configfile_h__ */