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 --- avahi-common/defs.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'avahi-common/defs.h') diff --git a/avahi-common/defs.h b/avahi-common/defs.h index 6578e2c..a0fb034 100644 --- a/avahi-common/defs.h +++ b/avahi-common/defs.h @@ -163,10 +163,10 @@ typedef enum { /** Some flags for lookup callback functions */ typedef enum { - AVAHI_LOOKUP_CALLBACK_NULL = 0, - AVAHI_LOOKUP_CALLBACK_CACHED = 1, /**< This response originates from the cache */ - AVAHI_LOOKUP_CALLBACK_WIDE_AREA = 2, /**< This response originates from wide area DNS */ - AVAHI_LOOKUP_CALLBACK_MULTICAST = 4, /**< This response originates from multicast DNS */ + AVAHI_LOOKUP_RESULT_NULL = 0, + AVAHI_LOOKUP_RESULT_CACHED = 1, /**< This response originates from the cache */ + AVAHI_LOOKUP_RESULT_WIDE_AREA = 2, /**< This response originates from wide area DNS */ + AVAHI_LOOKUP_RESULT_MULTICAST = 4, /**< This response originates from multicast DNS */ } AvahiLookupResultFlags; /** Type of callback event when browsing */ -- cgit