]> gitweb.ps.run Git - ps-cgit/blob - configfile.h
Move cgit_parse_query() from parsing.c to html.c as http_parse_querystring()
[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 */