]> sjero.net Git - wget/blobdiff - src/options.h
[svn] * TODO: Removed done item: we now have an option (-G) that makes it easy to
[wget] / src / options.h
index cd53f8e5fafee2bf4267bf50a750e8aa53a6f900..2f773afa99d3e2d5939147e6139bb1423d1396fb 100644 (file)
@@ -64,6 +64,9 @@ struct options
   char **domains;              /* See host.c */
   char **exclude_domains;
 
+  char **follow_tags;           /* List of HTML tags to recursively follow. */
+  char **ignore_tags;           /* List of HTML tags to ignore if recursing. */
+
   int follow_ftp;              /* Are FTP URL-s followed in recursive
                                   retrieving? */
   int retr_symlinks;           /* Whether we retrieve symlinks in
@@ -95,7 +98,8 @@ struct options
   long timeout;                        /* The value of read timeout in
                                   seconds. */
 #endif
-  long wait;                   /* The wait period between retries. */
+  long wait;                   /* The wait period between retrievals. */
+  long waitretry;              /* The wait period between retries. - HEH */
   int use_robots;              /* Do we heed robots.txt? */
 
   long quota;                  /* Maximum number of bytes to
@@ -120,6 +124,9 @@ struct options
   char *useragent;             /* Naughty User-Agent, which can be
                                   set to something other than
                                   Wget. */
+  char *referer;               /* Naughty Referer, which can be
+                                  set to something other than
+                                  NULL. */
   int convert_links;           /* Will the links be converted
                                   locally? */
   int remove_listing;          /* Do we remove .listing files