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/StickerCommands.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/StickerCommands.hxx') diff --git a/src/StickerCommands.hxx b/src/StickerCommands.hxx index c253d0bb..840bd33d 100644 --- a/src/StickerCommands.hxx +++ b/src/StickerCommands.hxx @@ -22,7 +22,9 @@ #include "command.h" +class Client; + enum command_return -handle_sticker(struct client *client, int argc, char *argv[]); +handle_sticker(Client *client, int argc, char *argv[]); #endif -- cgit v1.2.3