diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-13 00:23:57 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-13 00:23:57 +0000 |
commit | 37961f38962e91a8a2c24ec9d9c9fc111b3dbad4 (patch) | |
tree | 90caa88868fe74ace75667083a69daa257de802f /WWW/Library/Implementation/SGML.h | |
parent | 409ae09bd0a4ca5e01f1482a6f1148c581586125 (diff) | |
download | lynx-snapshots-37961f38962e91a8a2c24ec9d9c9fc111b3dbad4.tar.gz |
snapshot of project "lynx", label v2-9-0dev_10h
Diffstat (limited to 'WWW/Library/Implementation/SGML.h')
-rw-r--r-- | WWW/Library/Implementation/SGML.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/SGML.h b/WWW/Library/Implementation/SGML.h index 8b6445f6..7da79762 100644 --- a/WWW/Library/Implementation/SGML.h +++ b/WWW/Library/Implementation/SGML.h @@ -1,5 +1,5 @@ /* - * $LynxId: SGML.h,v 1.47 2021/07/22 23:34:13 tom Exp $ + * $LynxId: SGML.h,v 1.48 2022/06/12 20:19:04 tom Exp $ * SGML parse and stream definition for libwww * SGML AND STRUCTURED STREAMS * @@ -281,7 +281,9 @@ Create an SGML parser */ extern HTStream *SGML_new(const SGML_dtd * dtd, HTParentAnchor *anchor, - HTStructured * target); + HTStructured * target, + int extended_html) + ; extern const HTStreamClass SGMLParser; |