X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fhtml-parse.h;h=ed1c685562a868a39f2c55dbbcbf802f7e904b4a;hb=123f5c39669abc055987d69a311785c861494c87;hp=abe3b08de935423373036b441a9f8c20cdfb2809;hpb=bc8f473272ec29b0d0021dbcab6ac561ddc6249d;p=wget diff --git a/src/html-parse.h b/src/html-parse.h index abe3b08d..ed1c6855 100644 --- a/src/html-parse.h +++ b/src/html-parse.h @@ -52,6 +52,9 @@ struct taginfo { const char *start_position; /* start position of tag */ const char *end_position; /* end position of tag */ + + const char *contents_begin; /* delimiters of tag contents */ + const char *contents_end; /* only valid if end_tag_p */ }; struct hash_table; /* forward declaration */