summaryrefslogtreecommitdiffstats
path: root/avahi-core/publish.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/publish.h')
-rw-r--r--avahi-core/publish.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-core/publish.h b/avahi-core/publish.h
index a059a4b..38e5116 100644
--- a/avahi-core/publish.h
+++ b/avahi-core/publish.h
@@ -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