From 8185ec8431c51946095d3f11e80545e3519f67cf Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 25 Sep 2005 22:23:32 +0000 Subject: s/AVAHI_LOOKUP_CALLBACK/AVAHI_LOOKUP_RESULT/g git-svn-id: file:///home/lennart/svn/public/avahi/trunk@622 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- examples/client-browse-services.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/client-browse-services.c') 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); } -- cgit