summaryrefslogtreecommitdiffstats
path: root/avahi-common/domain.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/domain.h')
-rw-r--r--avahi-common/domain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-common/domain.h b/avahi-common/domain.h
index 0f16e54..34f0681 100644
--- a/avahi-common/domain.h
+++ b/avahi-common/domain.h
@@ -72,6 +72,9 @@ unsigned avahi_domain_hash(const char *name);
/** Returns 1 if the the end labels of domain are eqal to suffix */
int avahi_domain_ends_with(const char *domain, const char *suffix);
+/** Construct a valid complete service name from a name, a type and a domain */
+int avahi_service_name_snprint(char *p, size_t size, const char *name, const char *type, const char *domain);
+
#ifndef DOXYGEN_SHOULD_SKIP_THIS
AVAHI_C_DECL_END
#endif