diff options
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r-- | WWW/Library/Implementation/SGML.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h index a3ea248a..0799c055 100644 --- a/WWW/Library/Implementation/SGML.h +++ b/WWW/Library/Implementation/SGML.h @@ -222,6 +222,13 @@ typedef struct _HTStructuredClass{ }HTStructuredClass; /* + The following functions possibly should be generalised into + additional HTStructuredClass memebers. - kw + */ +extern BOOLEAN LYCheckForCSI PARAMS((HTStructured *target, char **url)); +extern void LYDoCSI PARAMS((char *url, CONST char *comment, char **csi)); + +/* Find a Tag by Name |