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;
|
return retcode;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef WIN32 /* not needed on win32 */
|
|
||||||
extern int fputc(int, FILE *);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
int curl_mprintf(const char *format, ...)
|
int curl_mprintf(const char *format, ...)
|
||||||
{
|
{
|
||||||
int retcode;
|
int retcode;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user