From c2ecaf87e462fd6600ce5ee6a29cb352de042714 Mon Sep 17 00:00:00 2001 From: Philip Wittamore Date: Wed, 24 Sep 2025 22:26:00 +0200 Subject: update --- WWW/Library/Implementation/HTMLGen.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 WWW/Library/Implementation/HTMLGen.h (limited to 'WWW/Library/Implementation/HTMLGen.h') diff --git a/WWW/Library/Implementation/HTMLGen.h b/WWW/Library/Implementation/HTMLGen.h new file mode 100644 index 0000000..42073d3 --- /dev/null +++ b/WWW/Library/Implementation/HTMLGen.h @@ -0,0 +1,26 @@ +/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTMLGen.html + HTML GENERATOR + + This module converts structured stream into stream. That is, given a stream + to write to, it will give you a structured stream to + + */ +#ifndef HTMLGEN_H +#define HTMLGEN_H + +#include +#include + +#ifdef __cplusplus +extern "C" { +#endif + extern HTStructured *HTMLGenerator(HTStream *output); + + extern HTStream *HTPlainToHTML(HTPresentation *pres, + HTParentAnchor *anchor, + HTStream *sink); + +#ifdef __cplusplus +} +#endif +#endif /* HTMLGEN_H */ -- cgit v1.2.3