X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/20a33548b9a87a6eb23162ee5d137daa46d78613..334aed8ab42b9513af0f4458081abc033d66c535:/configfile.h diff --git a/configfile.h b/configfile.h index 04235e5..af7ca19 100644 --- a/configfile.h +++ b/configfile.h @@ -1,6 +1,8 @@ #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);