From 263515cd1d7b52ce2ad3dc55a93b9d6f730133f1 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Oct 2005 22:23:16 +0000 Subject: * move unicast DNS server registration/browsing routines to their own header dns-srv-rr.h * remove some unused functions * unexport some functions * other cleanups git-svn-id: file:///home/lennart/svn/public/avahi/trunk@803 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'avahi-core/util.h') diff --git a/avahi-core/util.h b/avahi-core/util.h index 1a07363..aa38693 100644 --- a/avahi-core/util.h +++ b/avahi-core/util.h @@ -35,9 +35,6 @@ 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 -- cgit