X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fdbus-protocol.h;h=b2eca718352bbdadbd25f8ac06313c9614f9121b;hb=54d7450ef8b085110c380d4263794deffa5edda4;hp=c82f7fddc315db76c001ec84aca1e7ffce7eaff4;hpb=652139e9eeb4e2c50b9d1b71de01721a81a239e6;p=catta diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h index c82f7fd..b2eca71 100644 --- a/avahi-daemon/dbus-protocol.h +++ b/avahi-daemon/dbus-protocol.h @@ -22,7 +22,11 @@ USA. ***/ -int dbus_protocol_setup (); -int dbus_protocol_shutdown (); +#define DBUS_SERVICE_AVAHI "org.freedesktop.Avahi" + +#include + +int dbus_protocol_setup (GMainLoop *loop); +void dbus_protocol_shutdown (); #endif