diff options
Diffstat (limited to 'src/input/Init.hxx')
-rw-r--r-- | src/input/Init.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/Init.hxx b/src/input/Init.hxx index 0b73f8b0b..251344b40 100644 --- a/src/input/Init.hxx +++ b/src/input/Init.hxx @@ -20,13 +20,14 @@ #ifndef MPD_INPUT_INIT_HXX #define MPD_INPUT_INIT_HXX +struct ConfigData; class EventLoop; /** * Initializes this library and all #InputStream implementations. */ void -input_stream_global_init(EventLoop &event_loop); +input_stream_global_init(const ConfigData &config, EventLoop &event_loop); /** * Deinitializes this library and all #InputStream implementations. |