Removed fputc() prototype since it's already in stdio.h
authorDan Fandrich <dan@coneharvesters.com>
Tue, 14 Dec 2004 20:17:58 +0000 (20:17 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 14 Dec 2004 20:17:58 +0000 (20:17 +0000)
lib/mprintf.c

index a9b601c..56bede3 100644 (file)
@@ -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;