1 2 3 4 5 6 7 8 9 10 11
/** * \file rcfile.h * Parsing of the configuration file. */ #ifndef _RCFILE_H #define _RCFILE_H extern void rcfile_parse(const char *rcfile); #endif