diff options
Diffstat (limited to 'avahi-core/domain-util.h')
-rw-r--r-- | avahi-core/domain-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-core/domain-util.h b/avahi-core/domain-util.h index 01233d8..6e51854 100644 --- a/avahi-core/domain-util.h +++ b/avahi-core/domain-util.h @@ -42,6 +42,9 @@ int avahi_binary_domain_cmp(const char *a, const char *b); /** Returns 1 if the the end labels of domain are eqal to suffix */ int avahi_domain_ends_with(const char *domain, const char *suffix); +/** returns canonical DNS representation of C string representing a domain */ +char * c_to_canonical_string(char* input) + AVAHI_C_DECL_END #endif |