]> sjero.net Git - wget/blobdiff - src/options.h
[svn] * *.{gmo,po,pot}: Regenerated after modifying wget --help output.
[wget] / src / options.h
index 1036c6f2cd28fba6358c75e4cc15dc3e785d9a90..83b153606fe8c2bf364c5b9da305ea98ccf1d06f 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
@@ -138,6 +141,9 @@ struct options
 
   int delete_after;            /* Whether the files will be deleted
                                   after download. */
+
+  int page_requisites;         /* Whether we need to download all files
+                                  necessary to display a page properly. */
 };
 
 #ifndef OPTIONS_DEFINED_HERE