cgit

ref: v0.11.0

./configfile.h


 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 */