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 /src/HTML.h | |
parent | 409ae09bd0a4ca5e01f1482a6f1148c581586125 (diff) | |
download | lynx-snapshots-37961f38962e91a8a2c24ec9d9c9fc111b3dbad4.tar.gz |
snapshot of project "lynx", label v2-9-0dev_10h
Diffstat (limited to 'src/HTML.h')
-rw-r--r-- | src/HTML.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/HTML.h b/src/HTML.h index 9f5d1d5d..2bc040fe 100644 --- a/src/HTML.h +++ b/src/HTML.h @@ -1,5 +1,5 @@ /* - * $LynxId: HTML.h,v 1.34 2019/08/23 23:18:06 tom Exp $ + * $LynxId: HTML.h,v 1.35 2022/06/12 20:19:04 tom Exp $ * * HTML to rich text converter for libwww * @@ -251,6 +251,11 @@ extern "C" { HTParentAnchor *anchor, HTStream *sink); + extern HTStream *XHTMLPresent(HTPresentation *pres, + HTParentAnchor *anchor, + HTStream *sink); + + extern HTStructured *HTML_new(HTParentAnchor *anchor, HTFormat format_out, HTStream *target); |