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.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ls.cxx') diff --git a/src/ls.cxx b/src/ls.cxx index 9f81747a6..9bb56c898 100644 --- a/src/ls.cxx +++ b/src/ls.cxx @@ -78,7 +78,7 @@ void print_supported_uri_schemes_to_fp(FILE *fp) fprintf(fp,"\n"); } -void print_supported_uri_schemes(struct client *client) +void print_supported_uri_schemes(Client *client) { const char **prefixes = remoteUrlPrefixes; -- cgit v1.2.3