Commit 358e08b9 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent e181eda2
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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;