aboutsummaryrefslogtreecommitdiff
path: root/src/AllCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/AllCommands.hxx')
-rw-r--r--src/AllCommands.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AllCommands.hxx b/src/AllCommands.hxx
index 9a0b4556..a55eb5a3 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