aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
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 a406a3cae..89e60adfe 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: */