1
0
mirror of https://gitea.quitesimple.org/crtxcr/cgitsb synced 2024-11-23 21:02:07 +01:00
cgitsb/configfile.h

9 lines
220 B
C
Raw Normal View History

#ifndef CONFIGFILE_H
#define CONFIGFILE_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 */