X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Futil.h;h=1a073635770ec9992605511c4dc6a9d3a91dde5a;hb=da75d1898a45c106a994cd87f8da5b6bcb2b6450;hp=aa386932824e6cad56f13c1b07ea23f14c934ea3;hpb=263515cd1d7b52ce2ad3dc55a93b9d6f730133f1;p=catta diff --git a/avahi-core/util.h b/avahi-core/util.h index aa38693..1a07363 100644 --- a/avahi-core/util.h +++ b/avahi-core/util.h @@ -35,6 +35,9 @@ char *avahi_format_mac_address(const uint8_t* mac, size_t size); /** Change every character in the string to upper case (ASCII), return a pointer to the string */ char *avahi_strup(char *s); +/** Change every character in the string to lower case (ASCII), return a pointer to the string */ +char *avahi_strdown(char *s); + AVAHI_C_DECL_END #endif