summaryrefslogtreecommitdiffstats
path: root/avahi-common/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-common/defs.h')
-rw-r--r--avahi-common/defs.h8
1 files changed, 4 insertions, 4 deletions
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 */