summaryrefslogtreecommitdiffstats
path: root/avahi-core/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/iface.h')
-rw-r--r--avahi-core/iface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/avahi-core/iface.h b/avahi-core/iface.h
index 30d3d22..4106ea7 100644
--- a/avahi-core/iface.h
+++ b/avahi-core/iface.h
@@ -166,7 +166,8 @@ int avahi_interface_is_relevant(AvahiInterface *i);
void avahi_interface_send_packet(AvahiInterface *i, AvahiDnsPacket *p);
void avahi_interface_send_packet_unicast(AvahiInterface *i, AvahiDnsPacket *p, const AvahiAddress *a, uint16_t port);
-int avahi_interface_post_query(AvahiInterface *i, AvahiKey *k, int immediately);
+int avahi_interface_post_query(AvahiInterface *i, AvahiKey *k, int immediately, unsigned *ret_id);
+int avahi_interface_withraw_query(AvahiInterface *i, unsigned id);
int avahi_interface_post_response(AvahiInterface *i, AvahiRecord *record, int flush_cache, const AvahiAddress *querier, int immediately);
int avahi_interface_post_probe(AvahiInterface *i, AvahiRecord *p, int immediately);