]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Manually applied Rob Mayoff <mayoff@dqd.com>'s patch (vs. 1.5.3, not 1.5.3...
[wget] / src / options.h
index 83b153606fe8c2bf364c5b9da305ea98ccf1d06f..8c2ab176da5622351cf1259f4323d68241b977dc 100644 (file)
@@ -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