diff options
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r-- | WWW/Library/Implementation/SGML.h | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h index 315b5ee1..9e84cf9f 100644 --- a/WWW/Library/Implementation/SGML.h +++ b/WWW/Library/Implementation/SGML.h @@ -250,13 +250,25 @@ Find a Tag by Name Returns a pointer to the tag within the DTD. */ -extern HTTag * SGMLFindTag PARAMS(( +extern HTTag * SGMLFindUprTag PARAMS(( CONST SGML_dtd * dtd, CONST char * string)); /* +Find a Tag by Name + + Returns a pointer to the tag within the DTD. + + */ +extern HTTag * SGMLFindTag PARAMS(( + CONST SGML_dtd * dtd, + char * string)); + + +/* + Create an SGML parser */ @@ -276,7 +288,3 @@ extern HTStream * SGML_new PARAMS(( extern CONST HTStreamClass SGMLParser; #endif /* SGML_H */ - -/* - - */ |