summaryrefslogtreecommitdiffstats
path: root/avahi-core/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/util.h')
-rw-r--r--avahi-core/util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/avahi-core/util.h b/avahi-core/util.h
index 6dcecfd..59a0be6 100644
--- a/avahi-core/util.h
+++ b/avahi-core/util.h
@@ -52,4 +52,8 @@ gchar *avahi_escape_label(const guint8* src, guint src_length, gchar **ret_name,
gint avahi_domain_hash(const gchar *s);
+gchar *avahi_alternative_host_name(const gchar *s);
+gchar *avahi_alternative_service_name(const gchar *s);
+
+
#endif