aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistAny.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/PlaylistAny.hxx')
-rw-r--r--src/PlaylistAny.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/PlaylistAny.hxx b/src/PlaylistAny.hxx
index fbc32542..d69087b3 100644
--- a/src/PlaylistAny.hxx
+++ b/src/PlaylistAny.hxx
@@ -20,7 +20,8 @@
#ifndef MPD_PLAYLIST_ANY_HXX
#define MPD_PLAYLIST_ANY_HXX
-#include <glib.h>
+#include "thread/Mutex.hxx"
+#include "thread/Cond.hxx"
struct playlist_provider;
struct input_stream;
@@ -35,7 +36,7 @@ struct input_stream;
* freed
*/
struct playlist_provider *
-playlist_open_any(const char *uri, GMutex *mutex, GCond *cond,
+playlist_open_any(const char *uri, Mutex &mutex, Cond &cond,
struct input_stream **is_r);
#endif