X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fmswindows.c;h=18a4e07fe06a7171e45b7dddabac90ad59bbe9e9;hp=74623445c4c0125fa54633e9b24669fa7b98561f;hb=277e840a0f8e3ec8800cfe7407fe3c16000bc622;hpb=9000d2b527680b4b13964475d84df42815d40e37 diff --git a/src/mswindows.c b/src/mswindows.c index 74623445..18a4e07f 100644 --- a/src/mswindows.c +++ b/src/mswindows.c @@ -54,10 +54,6 @@ so, delete this exception statement from your version. */ #include "utils.h" #include "url.h" -#ifndef errno -extern int errno; -#endif - #ifndef ES_SYSTEM_REQUIRED #define ES_SYSTEM_REQUIRED 0x00000001 #endif @@ -68,7 +64,7 @@ extern int errno; /* Defined in log.c. */ -void log_request_redirect_output PARAMS ((const char *)); +void log_request_redirect_output (const char *); /* Windows version of xsleep in utils.c. */