]> git.meshlink.io Git - catta/blobdiff - avahi-common/address.h
* recreate DNS query in simple protocol on host or domain name changes
[catta] / avahi-common / address.h
index f304345c7eb843b2c0041ec7ae789fddc58f6fda..b22b7209bf9dbcbd01c81cb21a47694ae18ddb96 100644 (file)
@@ -24,6 +24,9 @@
 
 #include <sys/socket.h>
 #include <glib.h>
+#include <avahi-common/cdecl.h>
+
+AVAHI_C_DECL_BEGIN
 
 /** Protocol family specification, takes the values AVAHI_INET, AVAHI_INET6, AVAHI_UNSPEC */
 typedef guchar AvahiProtocol;
@@ -97,4 +100,6 @@ gchar* avahi_reverse_lookup_name_ipv6_int(const AvahiIPv6Address *a);
  * encapsulated IPv4 address */
 gboolean avahi_address_is_ipv4_in_ipv6(const AvahiAddress *a);
 
+AVAHI_C_DECL_END
+
 #endif