]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Fix -O timestamp bug.
[wget] / src / options.h
index db849579626706fb544409f85a77b48e49e439ce..7c1fac51a46f0d58d2c4a4d7cbe8291af6512fb3 100644 (file)
@@ -73,6 +73,9 @@ struct options
                                   FTP. */
   char *output_document;       /* The output file to which the
                                   documents will be printed.  */
+  int od_known_regular;                /* whether output_document is a
+                                   regular file we can manipulate,
+                                   i.e. not `-' or a device file. */
   FILE *dfp;                   /* The file pointer to the output
                                   document. */
 
@@ -90,7 +93,7 @@ struct options
 
   int use_proxy;               /* Do we use proxy? */
   int proxy_cache;             /* Do we load from proxy cache? */
-  char *http_proxy, *ftp_proxy;
+  char *http_proxy, *ftp_proxy, *https_proxy;
   char **no_proxy;
   char *base_href;
   char *proxy_user; /*oli*/