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