summaryrefslogtreecommitdiffstats
path: root/avahi-core/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-08-12 15:45:03 +0000
committerLennart Poettering <lennart@poettering.net>2007-08-12 15:45:03 +0000
commit1f36056b4cf212ae06aa9e4eca72accb17acebb0 (patch)
treee095e47acdb0279ed5b279903237e8f59f92abb2 /avahi-core/core.h
parent3ce8ea5ab89aba61220ef92545f23d4bd771ea41 (diff)
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
Diffstat (limited to 'avahi-core/core.h')
-rw-r--r--avahi-core/core.h3
1 files changed, 3 insertions, 0 deletions
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);