summaryrefslogtreecommitdiff
path: root/shared/config-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/config-parser.h')
-rw-r--r--shared/config-parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/config-parser.h b/shared/config-parser.h
index 3a117a3..4b2103f 100644
--- a/shared/config-parser.h
+++ b/shared/config-parser.h
@@ -53,7 +53,6 @@ bool config_parse_line(const char *filename, char **buf,
int *rkey, const char **rkeyname,
struct cfg_value *rvalue);
-bool config_parse_header(const char *filename,
- const char *title, char **buf);
+bool config_parse_header(const char *title, char **buf);
#endif