aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-10 12:24:33 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-10 12:24:33 +0000
commit04a23441e116b8c7c6a8786a961dcafec2c789a5 (patch)
tree5ccc94eb45d187f83e57303d395954581de2102f /src/tag.h
parent8bba38177e4e85b9b6f2f48f826b6e829dceb11a (diff)
downloadmpd-04a23441e116b8c7c6a8786a961dcafec2c789a5.tar.gz
mpd-04a23441e116b8c7c6a8786a961dcafec2c789a5.tar.xz
mpd-04a23441e116b8c7c6a8786a961dcafec2c789a5.zip
some more fixes
git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2573 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r--src/tag.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index 856142bd5..03eb8c7bf 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -65,6 +65,8 @@ MpdTag * id3Dup(char * file);
MpdTag * newMpdTag();
+void initTagConfig();
+
void clearItemsFromMpdTag(MpdTag * tag, int itemType);
void clearMpdTag(MpdTag * tag);