Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | snapshot of project "lynx", label v2-8-8dev_16x | Thomas E. Dickey | 2013-11-28 | 1 | -2/+2 |
* | snapshot of project "lynx", label v2-8-8dev_11 | Thomas E. Dickey | 2012-02-20 | 1 | /* /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 */
|