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, 0 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h
index 1fcc47703..4eaa1f612 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -85,8 +85,6 @@ ConfigParam * getNextConfigParam(char * name, ConfigParam * last);
char * getConfigParamValue(char * name);
-void registerConfigParam(char * name, int repeats, int block);
-
BlockParam * getBlockParam(ConfigParam * param, char * name);
ConfigParam * parseConfigFilePath(char * name, int force);