aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-03-31 18:43:16 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-03-31 18:43:16 +0000
commite3e4964f59ab9201a8ee686f898dc68df3fe416d (patch)
tree48627dd6b666873efafd305c87041876184bf4e8 /src/tag.h
parent2215c1796d68f680fa92631eeb745a4af8ca5fde (diff)
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
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h2
1 files changed, 2 insertions, 0 deletions
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);