mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Removed fputc() prototype since it's already in stdio.h
This commit is contained in:
parent
e181eda253
commit
358e08b95d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user