X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Futil.h;h=d590423686dcdf8c2aa95d57c879fdebba8e3d79;hb=14f8d9beb7ef14b0aab5512345e09109bdd8cb0c;hp=68d367cebbb5b04b9cb5775066ec2786f09964cb;hpb=c5544522f6409095627dc3d1129560195ab4ec40;p=catta diff --git a/avahi-common/util.h b/avahi-common/util.h index 68d367c..d590423 100644 --- a/avahi-common/util.h +++ b/avahi-common/util.h @@ -24,6 +24,10 @@ #include +#include + +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