]> 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 57943336d805a962903e260e85b67d1a50163355..371a4f86a61987163a1a21019c8687f2521e01a7 100644 (file)
@@ -1,5 +1,5 @@
 /* Declarations for html-parse.c.
-   Copyright (C) 1998-2005 Free Software Foundation, Inc.
+   Copyright (C) 1998-2006 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -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 */