aboutsummaryrefslogtreecommitdiff
path: root/src/playlist_mapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/playlist_mapper.h')
-rw-r--r--src/playlist_mapper.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/playlist_mapper.h b/src/playlist_mapper.h
index ab8ba982..9a7187d9 100644
--- a/src/playlist_mapper.h
+++ b/src/playlist_mapper.h
@@ -20,6 +20,8 @@
#ifndef MPD_PLAYLIST_MAPPER_H
#define MPD_PLAYLIST_MAPPER_H
+#include <glib.h>
+
struct input_stream;
/**
@@ -31,6 +33,7 @@ struct input_stream;
* freed
*/
struct playlist_provider *
-playlist_mapper_open(const char *uri, struct input_stream **is_r);
+playlist_mapper_open(const char *uri, GMutex *mutex, GCond *cond,
+ struct input_stream **is_r);
#endif