aboutsummaryrefslogtreecommitdiff
path: root/src/InputInternal.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-28 20:32:23 +0100
committerMax Kellermann <max@duempel.org>2013-01-28 23:29:43 +0100
commitdcf55c7e328578d435eb14277cb6ba9e072f7e9c (patch)
tree0488d2de5ecfd090cce2e00cfbc4cdcd342c8194 /src/InputInternal.hxx
parente565cd440497d3b693e281046af485c667491441 (diff)
InputStream: add constructor/destructor
Eliminate input_stream_init() and input_stream_deinit().
Diffstat (limited to 'src/InputInternal.hxx')
-rw-r--r--src/InputInternal.hxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/InputInternal.hxx b/src/InputInternal.hxx
index 9994ea74..019ac09c 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);