aboutsummaryrefslogtreecommitdiffstats
path: root/src/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index e3e1fb7b9..5bdff584d 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -79,6 +79,8 @@ ConfigParam * getNextConfigParam(char * name, ConfigParam * last);
#define getConfigParam(name) getNextConfigParam(name, NULL);
+char * getConfigParamValue(char * name);
+
void registerConfigParam(char * name, int repeats, int block);
BlockParam * getBlockParam(ConfigParam * param, char * name);