- 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);