From 7a982169c9dc3a673e922e7f3b9b73368cef0aae Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 17:27:26 +0100 Subject: Client: rename the struct client to class Client --- src/AllCommands.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/AllCommands.hxx') 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 -- cgit v1.2.3