X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fdbus-protocol.h;h=08774265acffb3036de3ba3bd5781796a7d857ba;hb=adfa1d85bce393fa549b72fa1dd650eb3c74f8d8;hp=b2eca718352bbdadbd25f8ac06313c9614f9121b;hpb=514a726560b8e8582abff7ccbc6e69ade5cdb04a;p=catta diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h index b2eca71..0877426 100644 --- a/avahi-daemon/dbus-protocol.h +++ b/avahi-daemon/dbus-protocol.h @@ -22,11 +22,8 @@ USA. ***/ -#define DBUS_SERVICE_AVAHI "org.freedesktop.Avahi" - -#include - -int dbus_protocol_setup (GMainLoop *loop); -void dbus_protocol_shutdown (); +int dbus_protocol_setup(const AvahiPoll *poll_api); +void dbus_protocol_shutdown(void); +void dbus_protocol_server_state_changed(AvahiServerState state); #endif