summaryrefslogtreecommitdiffstats
path: root/avahi-core/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-core/util.h')
-rw-r--r--avahi-core/util.h6
1 files changed, 6 insertions, 0 deletions
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