]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Resurrect opt.dot_style.
[wget] / src / options.h
index 8ce4c6f86626c2bc10676a434de554c74bf81a0d..fcbee7045dc79e41666dbefc6d3d367d4f08fecc 100644 (file)
@@ -104,6 +104,8 @@ struct options
   long waitretry;              /* The wait period between retries. - HEH */
   int use_robots;              /* Do we heed robots.txt? */
 
+  long limit_rate;             /* Limit the download rate to this
+                                  many bps. */
   long quota;                  /* Maximum number of bytes to
                                   retrieve. */
   VERY_LONG_TYPE downloaded;   /* How much we downloaded already. */
@@ -137,6 +139,7 @@ struct options
   int htmlify;                 /* Do we HTML-ify the OS-dependent
                                   listings? */
 
+  char *dot_style;
   long dot_bytes;              /* How many bytes in a printing
                                   dot. */
   int dots_in_line;            /* How many dots in one line. */