]> git.meshlink.io Git - catta/blobdiff - avahi-common/util.h
* recreate DNS query in simple protocol on host or domain name changes
[catta] / avahi-common / util.h
index 68d367cebbb5b04b9cb5775066ec2786f09964cb..d590423686dcdf8c2aa95d57c879fdebba8e3d79 100644 (file)
 
 #include <glib.h>
 
+#include <avahi-common/cdecl.h>
+
+AVAHI_C_DECL_BEGIN
+
 gchar *avahi_normalize_name(const gchar *s); /* g_free() the result! */
 gchar *avahi_get_host_name(void); /* g_free() the result! */
 
@@ -54,4 +58,6 @@ guint avahi_domain_hash(const gchar *s);
 
 gchar *avahi_format_mac_address(const guint8* mac, guint size);
 
+AVAHI_C_DECL_END
+
 #endif