summaryrefslogtreecommitdiffstats
path: root/avahi-daemon/dbus-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-daemon/dbus-protocol.h')
-rw-r--r--avahi-daemon/dbus-protocol.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h
index 8ed583f..b2eca71 100644
--- a/avahi-daemon/dbus-protocol.h
+++ b/avahi-daemon/dbus-protocol.h
@@ -24,7 +24,9 @@
#define DBUS_SERVICE_AVAHI "org.freedesktop.Avahi"
-int dbus_protocol_setup ();
-int dbus_protocol_shutdown ();
+#include <glib.h>
+
+int dbus_protocol_setup (GMainLoop *loop);
+void dbus_protocol_shutdown ();
#endif