aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputInternal.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/InputInternal.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/InputInternal.hxx b/src/InputInternal.hxx
index 9994ea745..019ac09c6 100644
--- a/src/InputInternal.hxx
+++ b/src/InputInternal.hxx
@@ -21,18 +21,8 @@
#define MPD_INPUT_INTERNAL_HXX
#include "check.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, Mutex &mutex, Cond &cond);
-
-void
-input_stream_deinit(struct input_stream *is);
void
input_stream_signal_client(struct input_stream *is);