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