summaryrefslogtreecommitdiffstats
path: root/avahi-core/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/socket.h')
-rw-r--r--avahi-core/socket.h4
1 files changed, 2 insertions, 2 deletions
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);