]> git.meshlink.io Git - catta/blobdiff - avahi-core/querier.h
* Make "NameAcquired" warning line disappear in avahi-client
[catta] / avahi-core / querier.h
index 3ec4564d6ab3c47ddc42ecc7423a7c20c9c5ad8d..3f4eead8ebcc87a75a682951928b0dd5db259e0b 100644 (file)
@@ -45,6 +45,6 @@ void avahi_querier_free(AvahiQuerier *q);
 void avahi_querier_free_all(AvahiInterface *i);
 
 /** Return 1 if there is a querier for the specified key on the specified interface */
-int avahi_querier_exists(AvahiInterface *i, AvahiKey *key);
+int avahi_querier_shall_refresh_cache(AvahiInterface *i, AvahiKey *key);
 
 #endif