]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Committed C. Frankel's SSL patch.
[wget] / src / options.h
index 742c75470e453e633f7b960517ab85e79739b360..e080adb03000c7609c06dcc07ed57ab31f5770d2 100644 (file)
@@ -86,10 +86,11 @@ struct options
   char *http_user;             /* HTTP user. */
   char *http_passwd;           /* HTTP password. */
   char *user_header;           /* User-defined header(s). */
+  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? */
-  char *http_proxy, *ftp_proxy;
+  char *http_proxy, *ftp_proxy, *https_proxy;
   char **no_proxy;
   char *base_href;
   char *proxy_user; /*oli*/