aboutsummaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h
index d460fb8d..89995d1c 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -210,8 +210,8 @@ G_GNUC_MALLOC
struct config_param *
config_new_param(const char *value, int line);
-bool
+void
config_add_block_param(struct config_param * param, const char *name,
- const char *value, int line, GError **error_r);
+ const char *value, int line);
#endif