diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/command.h b/src/command.h index 2b4f1fee7..13ec7df63 100644 --- a/src/command.h +++ b/src/command.h @@ -29,11 +29,10 @@ struct client; -int processListOfCommands(struct client *client, int *permission, +int processListOfCommands(struct client *client, int listOK, struct strnode *list); -int processCommand(struct client *client, - int *permission, char *commandString); +int processCommand(struct client *client, char *commandString); void initCommands(void); |