X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-common%2Fstrlst.h;h=925e944110d0013be7dcc422c53e7925fbee1556;hb=4d283fbd912fbeab578447ea18c0d8f47aa5cea6;hp=2c393517bbb7e71d11eb9598ff3ddd68dfc60792;hpb=79ae5a976987130b9b6eb4920e2656d8ef4fe37c;p=catta diff --git a/avahi-common/strlst.h b/avahi-common/strlst.h index 2c39351..925e944 100644 --- a/avahi-common/strlst.h +++ b/avahi-common/strlst.h @@ -142,6 +142,10 @@ uint8_t *avahi_string_list_get_text(AvahiStringList *l); /** Returns the size of the current text */ size_t avahi_string_list_get_size(AvahiStringList *l); +/** Try to find a magic service cookie in the specified DNS-SD string + * list. Or return AVAHI_SERVICE_COOKIE_INVALID if none is found. */ +uint32_t avahi_string_list_get_service_cookie(AvahiStringList *l); + AVAHI_C_DECL_END #endif