From 1f36056b4cf212ae06aa9e4eca72accb17acebb0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 12 Aug 2007 15:45:03 +0000 Subject: add new API function avahi_server_set_browse_domains() to avahi-core git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1513 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'avahi-core/core.h') diff --git a/avahi-core/core.h b/avahi-core/core.h index c8e6fd6..55aafe2 100644 --- a/avahi-core/core.h +++ b/avahi-core/core.h @@ -150,6 +150,9 @@ uint32_t avahi_server_get_local_service_cookie(AvahiServer *s); /** Set the wide area DNS servers */ int avahi_server_set_wide_area_servers(AvahiServer *s, const AvahiAddress *a, unsigned n); +/** Set the browsing domains */ +int avahi_server_set_browse_domains(AvahiServer *s, AvahiStringList *domains); + /** Return the current configuration of the server \since 0.6.17 */ const AvahiServerConfig* avahi_server_get_config(AvahiServer *s); -- cgit