about summary refs log blame commit diff
path: root/third_party/cgit/configfile.h
blob: af7ca1973590cd31a45c0f3733d31a5da56ec9e8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                          
#ifndef CONFIGFILE_H
#define CONFIGFILE_H

#include "cgit.h"

typedef void (*configfile_value_fn)(const char *name, const char *value);

extern int parse_configfile(const char *filename, configfile_value_fn fn);

#endif /* CONFIGFILE_H */