]> git.meshlink.io Git - catta/blobdiff - avahi-core/publish.h
* remove AVAHI_PUBLISH_IS_PROXY, it was a bad idea
[catta] / avahi-core / publish.h
index a059a4b802ea0326f78562b7be6352c5668866a4..38e5116b4a852143c154dcec10c91e3ed249ecc1 100644 (file)
@@ -197,6 +197,9 @@ int avahi_server_update_service_txt(
     const char *domain,   
     ...) AVAHI_GCC_SENTINEL;
 
+/** Check if there is a service locally defined and return the entry group it is attached to. Returns NULL if the service isn't local*/
+int avahi_server_get_group_of_service(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiSEntryGroup** ret_group);
+
 #ifndef DOXYGEN_SHOULD_SKIP_THIS
 AVAHI_C_DECL_END
 #endif