/**
 * \file rcfile.h
 * Parsing of the configuration file.
 */

#ifndef _RCFILE_H
#define _RCFILE_H

extern void rcfile_parse(const char *rcfile);

#endif


syntax highlighted by Code2HTML, v. 0.9.1