blob: af7ca1973590cd31a45c0f3733d31a5da56ec9e8 [file] [log] [blame]
Lars Hjemli20a33542008-03-28 00:09:11 +01001#ifndef CONFIGFILE_H
2#define CONFIGFILE_H
3
Lukas Fleischer50e70d32013-06-04 14:47:53 +00004#include "cgit.h"
5
Lars Hjemli20a33542008-03-28 00:09:11 +01006typedef void (*configfile_value_fn)(const char *name, const char *value);
7
8extern int parse_configfile(const char *filename, configfile_value_fn fn);
9
10#endif /* CONFIGFILE_H */