]> git.meshlink.io Git - catta/blobdiff - avahi-core/util.h
* deal with gethostname() failing, use utsname.sysname[] instead in that case
[catta] / avahi-core / util.h
index aa386932824e6cad56f13c1b07ea23f14c934ea3..1a073635770ec9992605511c4dc6a9d3a91dde5a 100644 (file)
@@ -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