merge changes from metadata-rewrite branch
git-svn-id: https://svn.musicpd.org/mpd/trunk@2589 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
20
src/tagTracker.h
Normal file
20
src/tagTracker.h
Normal file
@@ -0,0 +1,20 @@
|
||||
#ifndef TAG_TRACKER_H
|
||||
#define TAG_TRACKER_H
|
||||
|
||||
#include "tag.h"
|
||||
|
||||
char * getTagItemString(int type, char * string);
|
||||
|
||||
void removeTagItemString(int type, char * string);
|
||||
|
||||
int getNumberOfTagItems(int type);
|
||||
|
||||
void printMemorySavedByTagTracker();
|
||||
|
||||
void sortTagTrackerInfo();
|
||||
|
||||
void resetVisitedFlagsInTagTracker(int type);
|
||||
|
||||
int wasVisitedInTagTracker(int type, char * str);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user