aboutsummaryrefslogtreecommitdiff
path: root/src/TagPrint.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 17:27:26 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 17:36:28 +0100
commit7a982169c9dc3a673e922e7f3b9b73368cef0aae (patch)
tree7b9b28287d7ae934c0e75bd7f3b5f317ad7d2cac /src/TagPrint.cxx
parentf2510d60fad1c5811fba3d253ef1c8dabb712304 (diff)
Client: rename the struct client to class Client
Diffstat (limited to 'src/TagPrint.cxx')
-rw-r--r--src/TagPrint.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/TagPrint.cxx b/src/TagPrint.cxx
index ef05b6c1..5a5dbbef 100644
--- a/src/TagPrint.cxx
+++ b/src/TagPrint.cxx
@@ -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);