diff options
author | Qball Cow <qball@qballcow.nl> | 2005-11-16 14:43:04 +0000 |
---|---|---|
committer | Qball Cow <qball@qballcow.nl> | 2005-11-16 14:43:04 +0000 |
commit | 32e5f4ca2b43c310ff6639320dec2dd52f159f50 (patch) | |
tree | 5cc7966297e726b9b6cb961a28ec6979796acacb /src/tagTracker.h | |
parent | 402c8cd707640f7bd857c3387a03bb4db40222d7 (diff) | |
download | mpd-32e5f4ca2b43c310ff6639320dec2dd52f159f50.tar.gz mpd-32e5f4ca2b43c310ff6639320dec2dd52f159f50.tar.xz mpd-32e5f4ca2b43c310ff6639320dec2dd52f159f50.zip |
DJWLindenaar balanced tree and master process patch
git-svn-id: https://svn.musicpd.org/mpd/trunk@3669 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/tagTracker.h')
-rw-r--r-- | src/tagTracker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tagTracker.h b/src/tagTracker.h index 60713b0da..de5828203 100644 --- a/src/tagTracker.h +++ b/src/tagTracker.h @@ -6,6 +6,7 @@ char * getTagItemString(int type, char * string); void removeTagItemString(int type, char * string); +void destroyTagTracker(); int getNumberOfTagItems(int type); |