summaryrefslogtreecommitdiffstats
path: root/examples/client-browse-services.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/client-browse-services.c')
-rw-r--r--examples/client-browse-services.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/client-browse-services.c b/examples/client-browse-services.c
index d03fa31..b4e3411 100644
--- a/examples/client-browse-services.c
+++ b/examples/client-browse-services.c
@@ -81,9 +81,9 @@ static void resolve_callback(
t,
avahi_string_list_get_service_cookie(txt),
avahi_client_is_service_local(avahi_service_resolver_get_client(r), interface, protocol, name, type, domain),
- !!(flags & AVAHI_LOOKUP_CALLBACK_WIDE_AREA),
- !!(flags & AVAHI_LOOKUP_CALLBACK_MULTICAST),
- !!(flags & AVAHI_LOOKUP_CALLBACK_CACHED));
+ !!(flags & AVAHI_LOOKUP_RESULT_WIDE_AREA),
+ !!(flags & AVAHI_LOOKUP_RESULT_MULTICAST),
+ !!(flags & AVAHI_LOOKUP_RESULT_CACHED));
avahi_free(t);
}