From 358e08b95d57a1f688995b3b30a607645f01f80a Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 14 Dec 2004 20:17:58 +0000 Subject: [PATCH] Removed fputc() prototype since it's already in stdio.h --- lib/mprintf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/mprintf.c b/lib/mprintf.c index a9b601c9c..56bede316 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;