aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command.h b/src/command.h
index 6cdc4ed4..43be9a0b 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")