]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-protocol.h
* detect other running mDNS stacks
[catta] / avahi-daemon / dbus-protocol.h
index c82f7fddc315db76c001ec84aca1e7ffce7eaff4..b2eca718352bbdadbd25f8ac06313c9614f9121b 100644 (file)
   USA.
 ***/
 
-int dbus_protocol_setup ();
-int dbus_protocol_shutdown ();
+#define DBUS_SERVICE_AVAHI "org.freedesktop.Avahi"
+
+#include <glib.h>
+
+int dbus_protocol_setup (GMainLoop *loop);
+void dbus_protocol_shutdown ();
 
 #endif