diff options
Diffstat (limited to '')
-rw-r--r-- | src/AllCommands.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AllCommands.hxx b/src/AllCommands.hxx index 9a0b45568..a55eb5a3b 100644 --- a/src/AllCommands.hxx +++ b/src/AllCommands.hxx @@ -22,13 +22,13 @@ #include "command.h" -struct client; +class Client; void command_init(void); void command_finish(void); enum command_return -command_process(struct client *client, unsigned num, char *line); +command_process(Client *client, unsigned num, char *line); #endif |