diff options
Diffstat (limited to 'src/PlaylistMapper.hxx')
-rw-r--r-- | src/PlaylistMapper.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
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); |