git-svn-id: https://svn.musicpd.org/mpd/trunk@2985 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
93b27fe831
commit
c32271eae2
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue