git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0d7c8717e4f

This commit is contained in:
Warren Dukes 2005-02-24 03:27:34 +00:00
parent 93b27fe831
commit c32271eae2
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ TreeIterator * newTreeIterator(Tree * tree, TreeIteratorType type);
/* will return the same pointer passed in on success
* if NULL is returned, this indicates the end of tree
*/
TreeIterator * nextTreeIterator(TreeIterator * iter);
data * nextTreeIterator(TreeIterator * iter);
void freeTreeIterator(TreeIterator * iter);