aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/PlaylistAny.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist/PlaylistAny.hxx')
-rw-r--r--src/playlist/PlaylistAny.hxx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/playlist/PlaylistAny.hxx b/src/playlist/PlaylistAny.hxx
index c472afb31..6ee792993 100644
--- a/src/playlist/PlaylistAny.hxx
+++ b/src/playlist/PlaylistAny.hxx
@@ -23,19 +23,13 @@
class Mutex;
class Cond;
class SongEnumerator;
-struct InputStream;
/**
* Opens a playlist from the specified URI, which can be either an
* absolute remote URI (with a scheme) or a relative path to the
* music orplaylist directory.
- *
- * @param is_r on success, an input_stream object may be returned
- * here, which must be closed after the playlist_provider object is
- * freed
*/
SongEnumerator *
-playlist_open_any(const char *uri, Mutex &mutex, Cond &cond,
- InputStream **is_r);
+playlist_open_any(const char *uri, Mutex &mutex, Cond &cond);
#endif