20a33548b9
This is a generic function which wanted its own little object file. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
9 satır
220 B
C
9 satır
220 B
C
#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 */
|