]> git.meshlink.io Git - catta/blobdiff - avahi-core/util.h
* Add custom user-specific configure flags to bootstrap.sh
[catta] / avahi-core / util.h
index ec124bc016e202b13bfcc891ae163c24dd08f592..1a073635770ec9992605511c4dc6a9d3a91dde5a 100644 (file)
@@ -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