1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

Removed fputc() prototype since it's already in stdio.h

This commit is contained in:
Dan Fandrich 2004-12-14 20:17:58 +00:00
parent e181eda253
commit 358e08b95d

View 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;