diff options
Diffstat (limited to 'src/SongPrint.cxx')
-rw-r--r-- | src/SongPrint.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SongPrint.cxx b/src/SongPrint.cxx index 7b3bde2bc..c56e54d8b 100644 --- a/src/SongPrint.cxx +++ b/src/SongPrint.cxx @@ -31,7 +31,7 @@ extern "C" { } void -song_print_uri(struct client *client, struct song *song) +song_print_uri(Client *client, struct song *song) { if (song_in_database(song) && !song->parent->IsRoot()) { client_printf(client, "%s%s/%s\n", SONG_FILE, @@ -52,7 +52,7 @@ song_print_uri(struct client *client, struct song *song) } void -song_print_info(struct client *client, struct song *song) +song_print_info(Client *client, struct song *song) { song_print_uri(client, song); |