]> git.meshlink.io Git - catta/blobdiff - avahi-core/socket.h
* Add some use documentation to the daemon
[catta] / avahi-core / socket.h
index fe41254705b45ecd661f1286932220c710fe0ec2..03eafb0911b85479d6989025e7c93b677868c20c 100644 (file)
@@ -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);