]> git.meshlink.io Git - catta/blobdiff - avahi-daemon/dbus-protocol.h
Set the flags property type to be GA_TYPE_LOOKUP_FLAGS instead of the incorrect GA_TY...
[catta] / avahi-daemon / dbus-protocol.h
index 8ed583f7ddab6108922a06473b690b8827f2e509..d4404f2379eb0d4122290cee558c30f545510ad6 100644 (file)
@@ -22,9 +22,8 @@
   USA.
 ***/
 
-#define DBUS_SERVICE_AVAHI "org.freedesktop.Avahi"
-
-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