aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongPrint.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/SongPrint.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/SongPrint.hxx b/src/SongPrint.hxx
index f8df89d38..5779af4c3 100644
--- a/src/SongPrint.hxx
+++ b/src/SongPrint.hxx
@@ -21,12 +21,19 @@
#define MPD_SONG_PRINT_HXX
struct Song;
+class DetachedSong;
class Client;
void
+song_print_info(Client &client, const DetachedSong &song);
+
+void
song_print_info(Client &client, const Song &song);
void
song_print_uri(Client &client, const Song &song);
+void
+song_print_uri(Client &client, const DetachedSong &song);
+
#endif