summaryrefslogtreecommitdiffstats
path: root/avahi-core/querier.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/querier.h')
-rw-r--r--avahi-core/querier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-core/querier.h b/avahi-core/querier.h
index 3ec4564..3f4eead 100644
--- a/avahi-core/querier.h
+++ b/avahi-core/querier.h
@@ -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