From 600d2b77c7727da9322557c87afefcbe7553d74d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 20 Jan 2006 23:05:57 +0000 Subject: add doxygen \since tags git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1093 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-client') diff --git a/avahi-client/client.h b/avahi-client/client.h index 098d568..7cec3b9 100644 --- a/avahi-client/client.h +++ b/avahi-client/client.h @@ -85,7 +85,7 @@ int avahi_client_errno (AvahiClient*); /** Return the local service cookie. returns AVAHI_SERVICE_COOKIE_INVALID on failure. */ uint32_t avahi_client_get_local_service_cookie(AvahiClient *client); -/** Return 1 if gethostbyname() supports mDNS lookups, 0 otherwise */ +/** Return 1 if gethostbyname() supports mDNS lookups, 0 otherwise. \since 0.6.5 */ int avahi_nss_support(void); AVAHI_C_DECL_END -- cgit