From 96afa8bd2ba44d6669949db5fce4fee5f826b753 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 28 Feb 2014 19:02:23 +0100 Subject: command: add command "listfiles" Lists files and directories. Supports storage plugins. --- src/SongPrint.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/SongPrint.hxx') diff --git a/src/SongPrint.hxx b/src/SongPrint.hxx index 16a9ee6ff..5e4c93a74 100644 --- a/src/SongPrint.hxx +++ b/src/SongPrint.hxx @@ -25,15 +25,15 @@ class DetachedSong; class Client; void -song_print_info(Client &client, const DetachedSong &song); +song_print_info(Client &client, const DetachedSong &song, bool base=false); void -song_print_info(Client &client, const LightSong &song); +song_print_info(Client &client, const LightSong &song, bool base=false); void -song_print_uri(Client &client, const LightSong &song); +song_print_uri(Client &client, const LightSong &song, bool base=false); void -song_print_uri(Client &client, const DetachedSong &song); +song_print_uri(Client &client, const DetachedSong &song, bool base=false); #endif -- cgit v1.2.3