]> sjero.net Git - wget/blobdiff - src/html-parse.h
Ted Mielczarek's CSS wonder-patch, applied against the source from around the time...
[wget] / src / html-parse.h
index 05a8248323cafe53837bdbe7a6076bbd9f8ccd28..371a4f86a61987163a1a21019c8687f2521e01a7 100644 (file)
@@ -51,6 +51,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 */