]> sjero.net Git - wget/blobdiff - src/html-parse.h
Merging Ted Mielczarek's CSS changes with tip.
[wget] / src / html-parse.h
index abe3b08de935423373036b441a9f8c20cdfb2809..ed1c685562a868a39f2c55dbbcbf802f7e904b4a 100644 (file)
@@ -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 */