aboutsummaryrefslogtreecommitdiff
path: root/src/InputInternal.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/InputInternal.hxx')
-rw-r--r--src/InputInternal.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/InputInternal.hxx b/src/InputInternal.hxx
index 33e010da..9994ea74 100644
--- a/src/InputInternal.hxx
+++ b/src/InputInternal.hxx
@@ -21,15 +21,15 @@
#define MPD_INPUT_INTERNAL_HXX
#include "check.h"
-
-#include <glib.h>
+#include "thread/Mutex.hxx"
+#include "thread/Cond.hxx"
struct input_stream;
struct input_plugin;
void
input_stream_init(struct input_stream *is, const struct input_plugin *plugin,
- const char *uri, GMutex *mutex, GCond *cond);
+ const char *uri, Mutex &mutex, Cond &cond);
void
input_stream_deinit(struct input_stream *is);