]> gitweb.ps.run Git - ps-cgit/blob - configfile.h
Introduce 'section' as canonical spelling for 'repo.group'
[ps-cgit] / configfile.h
1 #ifndef CONFIGFILE_H
2 #define CONFIGFILE_H
3
4 typedef void (*configfile_value_fn)(const char *name, const char *value);
5
6 extern int parse_configfile(const char *filename, configfile_value_fn fn);
7
8 #endif /* CONFIGFILE_H */