diff --git a/lib/mprintf.c b/lib/mprintf.c index a9b601c9c275c8e029b4384d397c85afd8735ba0..56bede31690f3203858f069fcc376bbd14f3b64f 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -1133,10 +1133,6 @@ int curl_msprintf(char *buffer, const char *format, ...) return retcode; } -#ifndef WIN32 /* not needed on win32 */ -extern int fputc(int, FILE *); -#endif - int curl_mprintf(const char *format, ...) { int retcode;