]> git.dolda2000.com Git - doldaconnect.git/blobdiff - include/utils.h
Removed the need to define {v,}wprintf in utils.h.
[doldaconnect.git] / include / utils.h
index 1c634d81529f4bf382f1e7a4ce5834de7b45f7c0..e9336cdd10b074ea607d82cc5d3e712143d090c5 100644 (file)
@@ -70,12 +70,6 @@ extern struct cbchain_ ## name { \
     void *data; \
 } * name
 
-extern int vswprintf (wchar_t *__restrict __s, size_t __n,
-                     __const wchar_t *__restrict __format,
-                     __gnuc_va_list __arg);
-extern int swprintf (wchar_t *__restrict __s, size_t __n,
-                    __const wchar_t *__restrict __format, ...);
-
 char *vsprintf2(char *format, va_list al);
 char *sprintf2(char *format, ...)
 #if defined(__GNUC__)