Index: uspace/lib/c/include/str.h
===================================================================
--- uspace/lib/c/include/str.h	(revision a33f0a6ce7a627f4c6fcdb892ee61a9214fbbed3)
+++ uspace/lib/c/include/str.h	(revision e97b8c6f6924abbdc775f9b4b37835fc1dd4151b)
@@ -83,5 +83,4 @@
 extern int wstr_to_str(char *dest, size_t size, const wchar_t *src);
 extern int spascii_to_str(char *dest, size_t size, const uint8_t *src, size_t n);
-extern void wstr_to_str(char *dest, size_t size, const wchar_t *src);
 extern char *wstr_to_astr(const wchar_t *src);
 extern int str_to_wstr(wchar_t *dest, size_t dlen, const char *src);
