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/ls.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/ls.hxx') diff --git a/src/ls.hxx b/src/ls.hxx index 004bd2f8..8ae5a58f 100644 --- a/src/ls.hxx +++ b/src/ls.hxx @@ -20,10 +20,9 @@ #ifndef MPD_LS_HXX #define MPD_LS_HXX -#include #include -struct client; +class Client; /** * Checks whether the scheme of the specified URI is supported by MPD. @@ -36,7 +35,7 @@ bool uri_supported_scheme(const char *url); * Send a list of supported URI schemes to the client. This is the * response to the "urlhandlers" command. */ -void print_supported_uri_schemes(struct client *client); +void print_supported_uri_schemes(Client *client); /** * Send a list of supported URI schemes to a file pointer. -- cgit v1.2.3