diff options
Diffstat (limited to '')
-rw-r--r-- | src/conf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.h b/src/conf.h index ca9da3acf..ca9eb058e 100644 --- a/src/conf.h +++ b/src/conf.h @@ -90,6 +90,6 @@ void registerConfigParam(char * name, int repeats, int block); BlockParam * getBlockParam(ConfigParam * param, char * name); -char * parseConfigFilePath(char * name, int force); +ConfigParam * parseConfigFilePath(char * name, int force); #endif |