Client: rename the struct client to class Client

This commit is contained in:
Max Kellermann
2013-01-03 17:27:26 +01:00
parent f2510d60fa
commit 7a982169c9
63 changed files with 401 additions and 379 deletions

View File

@@ -66,7 +66,7 @@ void stats_update(void)
}
void
stats_print(struct client *client)
stats_print(Client *client)
{
client_printf(client,
"artists: %u\n"