aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ls.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ls.hxx b/src/ls.hxx
index 27843a657..f34e3c6ab 100644
--- a/src/ls.hxx
+++ b/src/ls.hxx
@@ -24,7 +24,7 @@
#include <stdio.h>
-class Client;
+class Response;
/**
* Checks whether the scheme of the specified URI is supported by MPD.
@@ -38,7 +38,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(Client &client);
+void print_supported_uri_schemes(Response &r);
/**
* Send a list of supported URI schemes to a file pointer.