]> sjero.net Git - wget/blobdiff - src/url.h
[svn] Correctly convert links in <meta http-equiv=Refresh content="...">.
[wget] / src / url.h
index 3c42c5aa1c661199970dd2b1b7f2d450bdc996b4..b99c64cef84a9bfe9297d68dbc3c8a915a05e572 100644 (file)
--- a/src/url.h
+++ b/src/url.h
@@ -91,6 +91,10 @@ struct urlpos {
   unsigned int link_base_p     :1; /* was the link <base href=...> */
   unsigned int link_inline_p   :1; /* needed to render the page. */
 
+  unsigned int link_refresh_p  :1; /* link was received from
+                                      <meta http-equiv=refresh content=...> */
+  int refresh_timeout;         /* for reconstructing the refresh. */
+
   /* Conversion requirements: */
   enum convert_options convert;        /* is conversion required? */