summaryrefslogtreecommitdiffstats
path: root/avahi-client
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-01-20 23:05:57 +0000
committerLennart Poettering <lennart@poettering.net>2006-01-20 23:05:57 +0000
commit600d2b77c7727da9322557c87afefcbe7553d74d (patch)
tree1f6c7629b93e114246aacc620d08da90d89f72eb /avahi-client
parente614891d38cae63957d0bfc00d34ecdbad4f8322 (diff)
add doxygen \since tags
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1093 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-client')
-rw-r--r--avahi-client/client.h2
1 files changed, 1 insertions, 1 deletions
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