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/PlaylistAny.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PlaylistAny.hxx') diff --git a/src/PlaylistAny.hxx b/src/PlaylistAny.hxx index d69087b3f..951fa1099 100644 --- a/src/PlaylistAny.hxx +++ b/src/PlaylistAny.hxx @@ -23,7 +23,7 @@ #include "thread/Mutex.hxx" #include "thread/Cond.hxx" -struct playlist_provider; +class SongEnumerator; struct input_stream; /** @@ -35,7 +35,7 @@ struct input_stream; * here, which must be closed after the playlist_provider object is * freed */ -struct playlist_provider * +SongEnumerator * playlist_open_any(const char *uri, Mutex &mutex, Cond &cond, struct input_stream **is_r); -- cgit v1.2.3