From e3e4964f59ab9201a8ee686f898dc68df3fe416d Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Sat, 31 Mar 2007 18:43:16 +0000 Subject: Adding tagtypes command to list available tag types (takes metadata_to_use into account). git-svn-id: https://svn.musicpd.org/mpd/trunk@5792 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index 21cba12a..492ca32c 100644 --- a/src/tag.h +++ b/src/tag.h @@ -78,6 +78,8 @@ void addItemToMpdTagWithLen(MpdTag * tag, int itemType, char *value, int len); #define addItemToMpdTag(tag, itemType, value) \ addItemToMpdTagWithLen(tag, itemType, value, strlen(value)) +void printTagTypes(int fd); + void printMpdTag(int fd, MpdTag * tag); MpdTag *mpdTagDup(MpdTag * tag); -- cgit v1.2.3