X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-daemon%2Fdbus-protocol.h;h=185fa5852652bb6c776de85cf130f7d3ba67905e;hb=cc7bb72552184951e806f4d0f2449629b35b9c93;hp=c82f7fddc315db76c001ec84aca1e7ffce7eaff4;hpb=652139e9eeb4e2c50b9d1b71de01721a81a239e6;p=catta diff --git a/avahi-daemon/dbus-protocol.h b/avahi-daemon/dbus-protocol.h index c82f7fd..185fa58 100644 --- a/avahi-daemon/dbus-protocol.h +++ b/avahi-daemon/dbus-protocol.h @@ -22,7 +22,10 @@ USA. ***/ -int dbus_protocol_setup (); -int dbus_protocol_shutdown (); +#include + +int dbus_protocol_setup(GMainLoop *loop); +void dbus_protocol_shutdown(void); +void dbus_protocol_server_state_changed(AvahiServerState state); #endif