From: Dan Fandrich Date: Tue, 14 Dec 2004 20:17:58 +0000 (+0000) Subject: Removed fputc() prototype since it's already in stdio.h X-Git-Tag: curl-7_12_3~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=358e08b95d57a1f688995b3b30a607645f01f80a;p=thirdparty%2Fcurl.git Removed fputc() prototype since it's already in stdio.h --- diff --git a/lib/mprintf.c b/lib/mprintf.c index a9b601c9c2..56bede3169 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;