X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-core%2Futil.h;h=8d2caeea5d4c1726cd1a8b0b979e0d807ebc9fc1;hb=c7ecad8fa467b8be2b34064020e2c541c480645e;hp=aa386932824e6cad56f13c1b07ea23f14c934ea3;hpb=263515cd1d7b52ce2ad3dc55a93b9d6f730133f1;p=catta diff --git a/avahi-core/util.h b/avahi-core/util.h index aa38693..8d2caee 100644 --- a/avahi-core/util.h +++ b/avahi-core/util.h @@ -30,11 +30,14 @@ AVAHI_C_DECL_BEGIN void avahi_hexdump(const void *p, size_t size); -char *avahi_format_mac_address(const uint8_t* mac, size_t size); +char *avahi_format_mac_address(char *t, size_t l, 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