aboutsummaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/command.h b/src/command.h
index 2b4f1fee..13ec7df6 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);