X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=include%2Futils.h;h=1e52949bef9d46159b9f92c06213241baf45fb7b;hb=7665d29ddb2ab55ab455a4cfcd840ea38af06c04;hp=390d3b4d6f2ed64fc9edfc1d63dc4fe45d5f0470;hpb=a1e6d478fa8edd72c08ce8b89a122bc12f6bf8d2;p=doldaconnect.git diff --git a/include/utils.h b/include/utils.h index 390d3b4..1e52949 100644 --- a/include/utils.h +++ b/include/utils.h @@ -93,7 +93,7 @@ wchar_t *wcstolower(wchar_t *wcs); wchar_t ucptowc(int ucp); void _sizebuf(void **buf, size_t *bufsize, size_t reqsize, size_t elsize, int algo); double ntime(void); -int wcsexists(wchar_t *h, wchar_t *n); +wchar_t *wcslower(wchar_t *wcs); #ifndef HAVE_WCSCASECMP int wcscasecmp(const wchar_t *s1, const wchar_t *s2); #endif