diff options
Diffstat (limited to 'src/input/Init.hxx')
-rw-r--r-- | src/input/Init.hxx | 4 |
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. |