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/OutputCommands.hxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/OutputCommands.hxx') diff --git a/src/OutputCommands.hxx b/src/OutputCommands.hxx index 1dc4c5ee..4f7082bf 100644 --- a/src/OutputCommands.hxx +++ b/src/OutputCommands.hxx @@ -22,13 +22,15 @@ #include "command.h" +class Client; + enum command_return -handle_enableoutput(struct client *client, int argc, char *argv[]); +handle_enableoutput(Client *client, int argc, char *argv[]); enum command_return -handle_disableoutput(struct client *client, int argc, char *argv[]); +handle_disableoutput(Client *client, int argc, char *argv[]); enum command_return -handle_devices(struct client *client, int argc, char *argv[]); +handle_devices(Client *client, int argc, char *argv[]); #endif -- cgit v1.2.3