]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
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 a9b601c9c275c8e029b4384d397c85afd8735ba0..56bede31690f3203858f069fcc376bbd14f3b64f 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;