Client: rename the struct client to class Client
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#include "song.h"
|
||||
#include "Client.hxx"
|
||||
|
||||
void tag_print_types(struct client *client)
|
||||
void tag_print_types(Client *client)
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -35,7 +35,7 @@ void tag_print_types(struct client *client)
|
||||
}
|
||||
}
|
||||
|
||||
void tag_print(struct client *client, const struct tag *tag)
|
||||
void tag_print(Client *client, const struct tag *tag)
|
||||
{
|
||||
if (tag->time >= 0)
|
||||
client_printf(client, SONG_TIME "%i\n", tag->time);
|
||||
|
Reference in New Issue
Block a user