X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fdbus-protocol.h;h=b2eca718352bbdadbd25f8ac06313c9614f9121b;hb=54d7450ef8b085110c380d4263794deffa5edda4;hp=8ed583f7ddab6108922a06473b690b8827f2e509;hpb=b63340d166fc179595e4c3557f1ec48ef0d84af9;p=catta 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 + +int dbus_protocol_setup (GMainLoop *loop); +void dbus_protocol_shutdown (); #endif