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
1 changed files with 0 additions and 4 deletions

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;