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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/avahi-core/socket.h b/avahi-core/socket.h
index fe41254..03eafb0 100644
--- a/avahi-core/socket.h
+++ b/avahi-core/socket.h
@@ -31,6 +31,9 @@
gint avahi_open_socket_ipv4(void);
gint avahi_open_socket_ipv6(void);
+gint avahi_open_legacy_unicast_socket_ipv4(void);
+gint avahi_open_legacy_unicast_socket_ipv6(void);
+
gint avahi_send_dns_packet_ipv4(gint fd, gint iface, AvahiDnsPacket *p, const AvahiIPv4Address *a, guint16 port);
gint avahi_send_dns_packet_ipv6(gint fd, gint iface, AvahiDnsPacket *p, const AvahiIPv6Address *a, guint16 port);