aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistAny.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistAny.hxx')
-rw-r--r--src/PlaylistAny.hxx4
1 files changed, 2 insertions, 2 deletions
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);