From 021a0915c2bc6e62bda3e45a89c95266f3b2da47 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Wed, 10 Nov 2004 21:48:08 +0000 Subject: ok, list is now reimplemented, should be ready to go, this branch is now compatible with trunk mpd again, time merge git-svn-id: https://svn.musicpd.org/mpd/branches/r2562-metadata-handling-rewrite@2587 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tagTracker.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/tagTracker.h') diff --git a/src/tagTracker.h b/src/tagTracker.h index fcafde736..7c9740c64 100644 --- a/src/tagTracker.h +++ b/src/tagTracker.h @@ -13,4 +13,8 @@ void printMemorySavedByTagTracker(); void sortTagTrackerInfo(); +void resetVisitedFlagsInTagTracker(int type); + +int wasVisitedInTagTracker(int type, char * str); + #endif -- cgit v1.2.3