Works a bit more
[erwise] / Cl / WWWLibrary / HTML.h
1 /*              The HTML Parser                                 HTML.h
2 **              ---------------
3 */
4
5 #ifndef HTML_H
6 #define HTML_H
7
8 #include "HTUtils.h"
9 #include "HTAnchor.h"
10 #include "SGML.h"
11
12 extern SGML_dtd HTML_dtd;       /* The DTD */
13 extern void HTML_begin PARAMS((HTParentAnchor * anchor));
14 extern BOOL HTML_Parse PARAMS((
15         HTParentAnchor * anchor,
16         char (*next_char)() ));
17 #endif