From 54247ce93dc6f048c0ffea546f454653ce0e25a8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 22 Mar 2005 18:01:38 +0000 Subject: make the daemon response to queries git-svn-id: file:///home/lennart/svn/public/avahi/trunk@13 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- iface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iface.h') diff --git a/iface.h b/iface.h index 207c0b2..2adab72 100644 --- a/iface.h +++ b/iface.h @@ -65,6 +65,7 @@ int flx_interface_is_relevant(flxInterface *i); int flx_address_is_relevant(flxInterfaceAddress *a); void flx_interface_send_query(flxInterface *i, guchar protocol, flxKey *k); +void flx_interface_send_response(flxInterface *i, guchar protocol, flxRecord *rr); void flx_dump_caches(flxServer *s, FILE *f); -- cgit