From kde-commits Mon Sep 29 23:27:34 2003 From: Dirk Mueller Date: Mon, 29 Sep 2003 23:27:34 +0000 To: kde-commits Subject: kdenetwork/kopete/protocols/yahoo/libyahoo2 X-MARC-Message: https://marc.info/?l=kde-commits&m=106487815415314 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