diff options
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conf.h b/src/conf.h index 111295482..bebc62798 100644 --- a/src/conf.h +++ b/src/conf.h @@ -73,8 +73,8 @@ typedef struct _ConfigParam { int numberOfBlockParams; } ConfigParam; -void initConf(); -void finishConf(); +void initConf(void); +void finishConf(void); void readConf(char *file); |