]> git.meshlink.io Git - catta/blobdiff - avahi-common/defs.h
s/AVAHI_LOOKUP_CALLBACK/AVAHI_LOOKUP_RESULT/g
[catta] / avahi-common / defs.h
index 6578e2cc8670876389c9c3309a20189b4d06bc2d..a0fb034eca9b0b69b16ea3342d6c0509831c7eda 100644 (file)
@@ -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 */