]> git.meshlink.io Git - catta/blobdiff - avahi-core/util.h
* fix avahi when connected to the same network via two NICs
[catta] / avahi-core / util.h
index 45b4ce779e3974293a3fa8b84e6fd6bfefb2fd9d..68d367cebbb5b04b9cb5775066ec2786f09964cb 100644 (file)
@@ -50,6 +50,8 @@ gchar *avahi_unescape_label(const gchar **name, gchar *dest, guint size);
 /* Escape the domain name in *src and write it to *ret_name */
 gchar *avahi_escape_label(const guint8* src, guint src_length, gchar **ret_name, guint *ret_size);
 
-gint avahi_domain_hash(const gchar *s);
+guint avahi_domain_hash(const gchar *s);
+
+gchar *avahi_format_mac_address(const guint8* mac, guint size);
 
 #endif