about summary refs log tree commit diff stats
path: root/configfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'configfile.h')
-rw-r--r--configfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/configfile.h b/configfile.h index 04235e5..af7ca19 100644 --- a/configfile.h +++ b/configfile.h
@@ -1,6 +1,8 @@
1#ifndef CONFIGFILE_H 1#ifndef CONFIGFILE_H
2#define CONFIGFILE_H 2#define CONFIGFILE_H
3 3
4#include "cgit.h"
5
4typedef void (*configfile_value_fn)(const char *name, const char *value); 6typedef void (*configfile_value_fn)(const char *name, const char *value);
5 7
6extern int parse_configfile(const char *filename, configfile_value_fn fn); 8extern int parse_configfile(const char *filename, configfile_value_fn fn);