summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-core/core.h b/avahi-core/core.h
index 427a09a..abc30c0 100644
--- a/avahi-core/core.h
+++ b/avahi-core/core.h
@@ -568,6 +568,9 @@ int avahi_server_errno(AvahiServer *s);
/** Return the local service cookie */
uint32_t avahi_server_get_local_service_cookie(AvahiServer *s);
+/** Return 1 if there is a local service with the specified credentials registeresd. Return 0 if not, negative on failure */
+int avahi_server_is_service_local(AvahiServer *s, AvahiIfIndex, AvahiProtocol protocol, const char *name, const char *type, const char*domain);
+
#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_END
#endif