summaryrefslogtreecommitdiff
path: root/src/input/Init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/Init.hxx')
-rw-r--r--src/input/Init.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/input/Init.hxx b/src/input/Init.hxx
index 1891f3c6b..982c4807f 100644
--- a/src/input/Init.hxx
+++ b/src/input/Init.hxx
@@ -20,11 +20,13 @@
#ifndef MPD_INPUT_INIT_HXX
#define MPD_INPUT_INIT_HXX
+class EventLoop;
+
/**
* Initializes this library and all #InputStream implementations.
*/
void
-input_stream_global_init();
+input_stream_global_init(EventLoop &event_loop);
/**
* Deinitializes this library and all #InputStream implementations.