mirror of
https://github.com/curl/curl.git
synced 2026-07-14 03:27:18 +03:00
Removed fputc() prototype since it's already in stdio.h
This commit is contained in:
parent
e181eda253
commit
358e08b95d
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue