aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index d91d464ce..815c739b1 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -218,6 +218,9 @@ struct config_param *
config_new_param(const char *value, int line);
void
+config_param_free(struct config_param *param);
+
+void
config_add_block_param(struct config_param * param, const char *name,
const char *value, int line);