diff options
Diffstat (limited to 'src/tag.h')
-rw-r--r-- | src/tag.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -80,8 +80,6 @@ void printMpdTag(FILE * fp, MpdTag * tag); MpdTag * mpdTagDup(MpdTag * tag); -void validateUtf8Tag(MpdTag * tag); - int mpdTagsAreEqual(MpdTag * tag1, MpdTag * tag2); /* *last shoudl be initialzed to -1 before calling this function */ |