summaryrefslogtreecommitdiffstats
path: root/avahi-core/domain-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/domain-util.h')
-rw-r--r--avahi-core/domain-util.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-core/domain-util.h b/avahi-core/domain-util.h
index 363f249..2981537 100644
--- a/avahi-core/domain-util.h
+++ b/avahi-core/domain-util.h
@@ -45,6 +45,9 @@ 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);
+/** returns canonical wire representation of uint16 */
+char * uint16_to_canonical_string(uint16_t v);
+
AVAHI_C_DECL_END
#endif