aboutsummaryrefslogtreecommitdiffstats
path: root/src/Listen.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Listen.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Listen.hxx b/src/Listen.hxx
index f14ec665c..8be0999ea 100644
--- a/src/Listen.hxx
+++ b/src/Listen.hxx
@@ -20,12 +20,13 @@
#ifndef MPD_LISTEN_HXX
#define MPD_LISTEN_HXX
+class EventLoop;
class Error;
extern int listen_port;
bool
-listen_global_init(Error &error);
+listen_global_init(EventLoop &loop, Error &error);
void listen_global_finish(void);