diff options
Diffstat (limited to 'src/conf.h')
-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 9dbdc86d1..eba5e47da 100644 --- a/src/conf.h +++ b/src/conf.h @@ -71,7 +71,7 @@ typedef struct _ConfigParam { void initConf(); -int readConf(char * file); +void readConf(char * file); /* don't free the returned value set _last_ to NULL to get first entry */ |