aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagPrint.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-07-12 17:17:50 +0200
committerMax Kellermann <max@duempel.org>2014-07-12 17:42:38 +0200
commit11a9536271d0129539e3fbea6a9f852d02a2b6d6 (patch)
tree04125c86f16c761808d1c589ec7cbf4cc08652cb /src/TagPrint.hxx
parent41a7203c28d2cc7550f1bb05f767950d388326cd (diff)
downloadmpd-11a9536271d0129539e3fbea6a9f852d02a2b6d6.tar.gz
mpd-11a9536271d0129539e3fbea6a9f852d02a2b6d6.tar.xz
mpd-11a9536271d0129539e3fbea6a9f852d02a2b6d6.zip
TagPrint: split tag_print()
Add one method that prints only the tag values, but not the song duration.
Diffstat (limited to '')
-rw-r--r--src/TagPrint.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TagPrint.hxx b/src/TagPrint.hxx
index 20e7f3288..6675bb7d8 100644
--- a/src/TagPrint.hxx
+++ b/src/TagPrint.hxx
@@ -33,6 +33,9 @@ void
tag_print(Client &client, TagType type, const char *value);
void
+tag_print_values(Client &client, const Tag &tag);
+
+void
tag_print(Client &client, const Tag &tag);
#endif