Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

config_parser.h

Go to the documentation of this file.
00001 /* -*-C-*- */
00002 #ifndef MST_CFG_H
00003 #define MST_CFG_H
00004 
00032 int config_parser_read(const char *filename,
00033         void (*f_begin_block)(const char *, const char *),
00034         void (*f_end_block) (),
00035         void (*f_set_attr)(const char *, const char *));
00036 
00037 #endif
00038 
00039 

Generated on Fri Jan 20 10:12:18 2006 by  doxygen 1.4.2