]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Updated long_to_string(); enhanced opt.downloaded to use
[wget] / src / options.h
index 83b153606fe8c2bf364c5b9da305ea98ccf1d06f..a11de0e4e88fdc892a7606f562f848ab33665547 100644 (file)
@@ -104,7 +104,7 @@ struct options
 
   long quota;                  /* Maximum number of bytes to
                                   retrieve. */
-  long downloaded;             /* How much we downloaded already. */
+  VERY_LONG_TYPE downloaded;   /* How much we downloaded already. */
   int numurls;                 /* Number of successfully downloaded
                                   URLs */
 
@@ -142,8 +142,12 @@ struct options
   int delete_after;            /* Whether the files will be deleted
                                   after download. */
 
+  int html_extension;          /* Use ".html" extension on all text/html? */
+
   int page_requisites;         /* Whether we need to download all files
                                   necessary to display a page properly. */
+
+  struct sockaddr_in *bind_address; /* What local IP address to bind to. */
 };
 
 #ifndef OPTIONS_DEFINED_HERE