X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fdefs.h;h=a0fb034eca9b0b69b16ea3342d6c0509831c7eda;hb=8185ec8431c51946095d3f11e80545e3519f67cf;hp=6578e2cc8670876389c9c3309a20189b4d06bc2d;hpb=3a8e64847dff76b56599e37bd31245db9f9ac8ff;p=catta 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 */