aboutsummaryrefslogtreecommitdiffstats
path: root/src/ZeroconfGlue.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ZeroconfGlue.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ZeroconfGlue.hxx b/src/ZeroconfGlue.hxx
index dcd7b81c0..2a291ce29 100644
--- a/src/ZeroconfGlue.hxx
+++ b/src/ZeroconfGlue.hxx
@@ -22,10 +22,12 @@
#include "check.h"
+class EventLoop;
+
#ifdef HAVE_ZEROCONF
void
-ZeroconfInit();
+ZeroconfInit(EventLoop &loop);
void
ZeroconfDeinit();
@@ -33,7 +35,7 @@ ZeroconfDeinit();
#else /* ! HAVE_ZEROCONF */
static inline void
-ZeroconfInit()
+ZeroconfInit(EventLoop &)
{}
static inline void