From 0a985aa6c5453fe09bf0a3a79fe66d49c698b309 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 14 Apr 2005 01:41:09 +0000 Subject: add client part of probing git-svn-id: file:///home/lennart/svn/public/avahi/trunk@25 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- iface.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'iface.h') diff --git a/iface.h b/iface.h index 4b0aef8..53d3441 100644 --- a/iface.h +++ b/iface.h @@ -83,7 +83,8 @@ flxHwInterface* flx_interface_monitor_get_hw_interface(flxInterfaceMonitor *m, g void flx_interface_send_packet(flxInterface *i, flxDnsPacket *p); void flx_interface_post_query(flxInterface *i, flxKey *k, gboolean immediately); -void flx_interface_post_response(flxInterface *i, const flxAddress *a, flxRecord *rr, gboolean immediately); +void flx_interface_post_probe(flxInterface *i, flxRecord *p, gboolean immediately); +void flx_interface_post_response(flxInterface *i, const flxAddress *a, flxRecord *record, gboolean flush_cache, gboolean immediately); void flx_dump_caches(flxInterfaceMonitor *m, FILE *f); -- cgit