aboutsummaryrefslogtreecommitdiff
path: root/src/ZeroconfGlue.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-27 22:32:10 +0100
committerMax Kellermann <max@duempel.org>2013-01-27 22:38:14 +0100
commit0988056471fefa2ee195a170dcf57771e7926a08 (patch)
treeb1e7535d4100756006b61d1a03f60eaad6e1f9b7 /src/ZeroconfGlue.hxx
parent95c3f57b3027e0961a1e32036dcce0383fb5e6ee (diff)
ZeroconfBonjour: use SocketMonitor instead of GIOChannel
Diffstat (limited to 'src/ZeroconfGlue.hxx')
-rw-r--r--src/ZeroconfGlue.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/ZeroconfGlue.hxx b/src/ZeroconfGlue.hxx
index dcd7b81c..2a291ce2 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