summaryrefslogtreecommitdiff
path: root/rcfile.h
blob: f6efc0774708028df6066af30e0507e12812616e (plain)
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