diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.h b/src/command.h index 6cdc4ed44..43be9a0b4 100644 --- a/src/command.h +++ b/src/command.h @@ -39,9 +39,9 @@ int processListOfCommands(int fd, int *permission, int *expired, int processCommand(int fd, int *permission, char *commandString); -void initCommands(); +void initCommands(void); -void finishCommands(); +void finishCommands(void); #define commandSuccess(fd) fdprintf(fd, "OK\n") |