aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-05-31 01:21:17 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-05-31 01:21:17 +0000
commitfd6aa253594e18877ca2380961c0425a7de21b2e (patch)
treeb86fc645573adef9c0de9bd5f22eadffe3d16814 /src/tag.h
parentd7893a3e76d261b33b83fd9333d85892b3308594 (diff)
mp3 and ogg plugin stuff
git-svn-id: https://svn.musicpd.org/mpd/trunk@1245 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index a406a3ca..89e60adf 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -31,6 +31,8 @@ typedef struct _MpdTag {
int time;
} MpdTag;
+MpdTag * id3Dup(char * utf8filename);
+
MpdTag * newMpdTag();
void freeMpdTag(MpdTag * tag);
@@ -61,5 +63,7 @@ void printMpdTag(FILE * fp, MpdTag * tag);
MpdTag * mpdTagDup(MpdTag * tag);
+void validateUtf8Tag(MpdTag * tag);
+
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */