From 0c54764cf19428a0c52724a75ddf3368e3899209 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Oct 2005 02:07:26 +0000 Subject: * split client.h into client.h, lookup.h and publish.h just like we did on the server side * Wrap avahi_server_update_txt() as DBUS function UpdateServiceTxt * Add client side API avahi_entry_group_update_service_txt() and friends * handle AVAHI_PUBLISH_UPDATE semantics in DBUS protocol * minor cleanups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@791 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/lookup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-core/lookup.h') diff --git a/avahi-core/lookup.h b/avahi-core/lookup.h index 518a4c9..50f7631 100644 --- a/avahi-core/lookup.h +++ b/avahi-core/lookup.h @@ -22,7 +22,7 @@ USA. ***/ -/** \file lookup.h Functions for browsing/resolving services and other RRs */ +/** \file avahi-core/lookup.h Functions for browsing/resolving services and other RRs */ /** \example core-browse-services.c Example how to browse for DNS-SD * services using an embedded mDNS stack. */ -- cgit