1
0
Fork 0
lynx/WWW/Library/Implementation/HTPlain.h
Daniel Baumann 20df3659cf
Adding upstream version 2.9.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:10:34 +02:00

21 lines
489 B
C

/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html
PLAIN TEXT OBJECT
*/
#ifndef HTPLAIN_H
#define HTPLAIN_H
#include <HTStream.h>
#include <HTAnchor.h>
#ifdef __cplusplus
extern "C" {
#endif
extern HTStream *HTPlainPresent(HTPresentation *pres,
HTParentAnchor *anchor,
HTStream *sink);
#ifdef __cplusplus
}
#endif
#endif /* HTPLAIN_H */