]> git.meshlink.io Git - catta/blobdiff - avahi-core/socket.h
* Some minor cleanups in netlink code
[catta] / avahi-core / socket.h
index 971e7e8f3c2199489488f6fa41a904ea66ae04cf..caf70666c33c7d8cac24f636abcb1bbf33cad55a 100644 (file)
@@ -32,8 +32,8 @@
 #define AVAHI_IPV4_MCAST_GROUP "224.0.0.251"
 #define AVAHI_IPV6_MCAST_GROUP "ff02::fb"
 
-int avahi_open_socket_ipv4(void);
-int avahi_open_socket_ipv6(void);
+int avahi_open_socket_ipv4(int no_reuse);
+int avahi_open_socket_ipv6(int no_reuse);
 
 int avahi_open_unicast_socket_ipv4(void);
 int avahi_open_unicast_socket_ipv6(void);