X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconvert.h;h=fff8410f009966af6224a518689658a33b8b90c3;hp=66b7dfc7d9dd9ff81e946352443ac4c3e5cfdef4;hb=1b3cdef574ed696bad1d0e94f54e0963771e3239;hpb=37e70109a43634eabae4d44f593b74c6154b2e2f diff --git a/src/convert.h b/src/convert.h index 66b7dfc7..fff8410f 100644 --- a/src/convert.h +++ b/src/convert.h @@ -56,11 +56,11 @@ struct urlpos { /* Information about the original link: */ - unsigned int link_relative_p :1; /* was the link relative? */ - unsigned int link_complete_p :1; /* was the link complete (with the - host name, etc.) */ - unsigned int link_base_p :1; /* was the link */ - unsigned int link_inline_p :1; /* needed to render the page. */ + unsigned int link_relative_p :1; /* the link was relative */ + unsigned int link_complete_p :1; /* the link was complete (had host name) */ + unsigned int link_base_p :1; /* the url came from */ + unsigned int link_inline_p :1; /* needed to render the page */ + unsigned int link_expect_html :1; /* expected to contain HTML */ unsigned int link_refresh_p :1; /* link was received from */