summaryrefslogtreecommitdiffstats
path: root/avahi-common/defs.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-09-25 22:23:32 +0000
committerLennart Poettering <lennart@poettering.net>2005-09-25 22:23:32 +0000
commit8185ec8431c51946095d3f11e80545e3519f67cf (patch)
tree2d97bfdde43949e9051fdda114cca11bae29a429 /avahi-common/defs.h
parent3a8e64847dff76b56599e37bd31245db9f9ac8ff (diff)
s/AVAHI_LOOKUP_CALLBACK/AVAHI_LOOKUP_RESULT/g
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@622 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
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 */