CVS commit by mueller: yeah, very funny. M +0 -8 yahoo_util.h 1.8 --- kdenetwork/kopete/protocols/yahoo/libyahoo2/yahoo_util.h #1.7:1.8 @@ -65,12 +65,4 @@ char ** y_strsplit(char * str, char * se void y_strfreev(char ** vector); -int strncasecmp(const char * s1, const char * s2, size_t n); -int strcasecmp(const char * s1, const char * s2); - -char * strdup(const char *s); - -int snprintf(char *str, size_t size, const char *format, ...); -int vsnprintf(char *str, size_t size, const char *format, va_list ap); - #endif