X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhtml-url.h;h=c49222073b9b3832b0919f3cc63225169042eb1f;hp=81fbfdb27b416e301f75b9b6ec6ce7adc1aaebc5;hb=8624553a31b148f9051cc11725bc01d9760fa07b;hpb=4eeabffee6e5b348d36c4f3ba0579ed086226603 diff --git a/src/html-url.h b/src/html-url.h index 81fbfdb2..c4922207 100644 --- a/src/html-url.h +++ b/src/html-url.h @@ -32,15 +32,15 @@ as that of the covered work. */ #define HTML_URL_H struct map_context { - char *text; /* HTML text. */ - char *base; /* Base URI of the document, possibly - changed through . */ - const char *parent_base; /* Base of the current document. */ - const char *document_file; /* File name of this document. */ - bool nofollow; /* whether NOFOLLOW was specified in a + char *text; /* HTML text. */ + char *base; /* Base URI of the document, possibly + changed through . */ + const char *parent_base; /* Base of the current document. */ + const char *document_file; /* File name of this document. */ + bool nofollow; /* whether NOFOLLOW was specified in a tag. */ - struct urlpos *head; /* List of URLs that is being built. */ + struct urlpos *head; /* List of URLs that is being built. */ }; struct urlpos *get_urls_file (const char *);