]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-protocol.h
* avahi-core/dns.c: Use a '#define AVAHI_DNS_LABELS_MAX 127' instead of the hard...
[catta] / avahi-daemon / dbus-protocol.h
index c82f7fddc315db76c001ec84aca1e7ffce7eaff4..d4404f2379eb0d4122290cee558c30f545510ad6 100644 (file)
@@ -22,7 +22,8 @@
   USA.
 ***/
 
-int dbus_protocol_setup ();
-int dbus_protocol_shutdown ();
+int dbus_protocol_setup(const AvahiPoll *poll_api, int disable_user_service_publishing, int force);
+void dbus_protocol_shutdown(void);
+void dbus_protocol_server_state_changed(AvahiServerState state);
 
 #endif