X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Fsocket.h;h=03eafb0911b85479d6989025e7c93b677868c20c;hb=64dff8088b43bd2f367f35e18bf02e73c8052dec;hp=fe41254705b45ecd661f1286932220c710fe0ec2;hpb=602a2b6481587b7da2594db39151ec9380f276df;p=catta 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);