X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Foptions.h;h=2f773afa99d3e2d5939147e6139bb1423d1396fb;hb=4454f6ce0a4ffde97887adf2abb36833924124fe;hp=b43bf7b360ef400202bd90b13ad5d24943d5e306;hpb=1dc66a6cf6d2a67b98e6378c55aa598733fbf116;p=wget diff --git a/src/options.h b/src/options.h index b43bf7b3..2f773afa 100644 --- a/src/options.h +++ b/src/options.h @@ -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