aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
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 a06750cf9..87cac2b97 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -45,5 +45,7 @@ MpdTag * mpdTagDup(MpdTag * tag);
void validateUtf8Tag(MpdTag * tag);
+int mpdTagsAreEqual(MpdTag * tag1, MpdTag * tag2);
+
#endif
/* vim:set shiftwidth=4 tabstop=8 expandtab: */