From ba161ec572b98d3bcf9f735ff122133319fe896a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 28 Jul 2013 13:25:12 +0200 Subject: song: convert header to C++ --- src/SongPrint.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/SongPrint.hxx') diff --git a/src/SongPrint.hxx b/src/SongPrint.hxx index 49f9478be..a82b54cfe 100644 --- a/src/SongPrint.hxx +++ b/src/SongPrint.hxx @@ -20,13 +20,13 @@ #ifndef MPD_SONG_PRINT_HXX #define MPD_SONG_PRINT_HXX -struct song; +struct Song; class Client; void -song_print_info(Client *client, struct song *song); +song_print_info(Client *client, Song *song); void -song_print_uri(Client *client, struct song *song); +song_print_uri(Client *client, Song *song); #endif -- cgit v1.2.3