]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Send the no-cache directive when required regardless of whether we're
[wget] / src / options.h
index 90b5919e22801661bb5a6c1234c447e595625396..42bfd7c650f007f451a51c021547b1de54bd7055 100644 (file)
@@ -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;