X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-client%2Fclient.h;h=7cec3b9194cb6143c35a22e1502366c9df45f1d6;hb=100a47d0ac9a34940aae543d2e0cd969b0c22491;hp=098d568b5c6c9034120270f9def61743ff672f37;hpb=e614891d38cae63957d0bfc00d34ecdbad4f8322;p=catta 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