commit | 47f3f31f8303862529e80c4eff4ba6d59511f863 | [log] [tgz] |
---|---|---|
author | Daniel Veillard <veillard@src.gnome.org> | Sun Aug 27 22:40:15 2000 +0000 |
committer | Daniel Veillard <veillard@src.gnome.org> | Sun Aug 27 22:40:15 2000 +0000 |
tree | 0fbd752e1ab63847cbdc5e30252e22bc6c990261 | |
parent | e0854c3f8328d06177b2026e59c51ed146180023 [diff] [blame] |
- HTMLparser.[ch]: applied some of Wayne Davison <wayned@blorf.net> patches Daniel
diff --git a/HTMLparser.h b/HTMLparser.h index b04e3b0..97a8b01 100644 --- a/HTMLparser.h +++ b/HTMLparser.h
@@ -58,6 +58,7 @@ */ htmlElemDescPtr htmlTagLookup (const xmlChar *tag); htmlEntityDescPtr htmlEntityLookup(const xmlChar *name); +htmlEntityDescPtr htmlEntityValueLookup(int value); int htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem);