X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=42bfd7c650f007f451a51c021547b1de54bd7055;hp=90b5919e22801661bb5a6c1234c447e595625396;hb=c6e565fd33e0d917133a129bc2a578aebac4c43b;hpb=26ddb28a7c98ee2c6aa4f107d40b3adac5d6cec3 diff --git a/src/options.h b/src/options.h index 90b5919e..42bfd7c6 100644 --- a/src/options.h +++ b/src/options.h @@ -92,7 +92,7 @@ struct options int http_keep_alive; /* whether we use keep-alive */ int use_proxy; /* Do we use proxy? */ - int proxy_cache; /* Do we load from proxy cache? */ + int allow_cache; /* Do we allow server-side caching? */ char *http_proxy, *ftp_proxy, *https_proxy; char **no_proxy; char *base_href;