diff options
Diffstat (limited to '')
-rw-r--r-- | src/ls.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.hxx b/src/ls.hxx index 8ae5a58fd..3879563ee 100644 --- a/src/ls.hxx +++ b/src/ls.hxx @@ -35,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(Client *client); +void print_supported_uri_schemes(Client &client); /** * Send a list of supported URI schemes to a file pointer. |