X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Futil.h;h=1a073635770ec9992605511c4dc6a9d3a91dde5a;hb=16db94194059f7ca05813f68c26c59cfcfdcbd7c;hp=ec124bc016e202b13bfcc891ae163c24dd08f592;hpb=5ebf655c85076f200955458673a8bbf0dd927407;p=catta diff --git a/avahi-core/util.h b/avahi-core/util.h index ec124bc..1a07363 100644 --- a/avahi-core/util.h +++ b/avahi-core/util.h @@ -32,6 +32,12 @@ void avahi_hexdump(const void *p, size_t size); 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