X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fsocket.h;h=caf70666c33c7d8cac24f636abcb1bbf33cad55a;hb=9ca377e8bc8ef73714180143c24223016acbc845;hp=971e7e8f3c2199489488f6fa41a904ea66ae04cf;hpb=1ffedb586bd2fb6daa3970304fac7c5b415cd38f;p=catta diff --git a/avahi-core/socket.h b/avahi-core/socket.h index 971e7e8..caf7066 100644 --- a/avahi-core/socket.h +++ b/avahi-core/socket.h @@ -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);