]> git.meshlink.io Git - catta/blobdiff - avahi-client/client.h
fix avahi-browse to properly show when services are removed
[catta] / avahi-client / client.h
index 098d568b5c6c9034120270f9def61743ff672f37..7cec3b9194cb6143c35a22e1502366c9df45f1d6 100644 (file)
@@ -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