aboutsummaryrefslogtreecommitdiffstats
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, 4 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index 2b73bb6d7..ad7500225 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -103,4 +103,8 @@ bool config_get_bool(const char *name, bool default_value);
int getBoolBlockParam(ConfigParam *param, const char *name, int force);
+ConfigParam *newConfigParam(const char *value, int line);
+
+void addBlockParam(ConfigParam * param, const char *name, const char *value, int line);
+
#endif