aboutsummaryrefslogtreecommitdiff
path: root/lib/mprintf.c
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2004-12-14 20:17:58 +0000
committerDan Fandrich <dan@coneharvesters.com>2004-12-14 20:17:58 +0000
commit358e08b95d57a1f688995b3b30a607645f01f80a (patch)
tree58c7996111d2de0560d5e98c7e14f50bdd85543a /lib/mprintf.c
parente181eda2534dee1f894a37b41b07b643df925396 (diff)
Removed fputc() prototype since it's already in stdio.h
Diffstat (limited to 'lib/mprintf.c')
-rw-r--r--lib/mprintf.c4
1 files changed, 0 insertions, 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;