From 8929f88e6d78d538d943e80b66fcf21706e53974 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 5 Sep 2013 09:37:54 +0200 Subject: PlaylistPlugin: add interface SongEnumerator Replaces struct playlist_provider. --- src/PlaylistMapper.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/PlaylistMapper.hxx') diff --git a/src/PlaylistMapper.hxx b/src/PlaylistMapper.hxx index abfdb5481..b966e6c39 100644 --- a/src/PlaylistMapper.hxx +++ b/src/PlaylistMapper.hxx @@ -23,6 +23,7 @@ #include "thread/Mutex.hxx" #include "thread/Cond.hxx" +class SongEnumerator; struct input_stream; /** @@ -33,7 +34,7 @@ struct input_stream; * here, which must be closed after the playlist_provider object is * freed */ -struct playlist_provider * +SongEnumerator * playlist_mapper_open(const char *uri, Mutex &mutex, Cond &cond, struct input_stream **is_r); -- cgit v1.2.3