1 /*                  /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html
2                                     PLAIN TEXT OBJECT
3 
4  */
5 #ifndef HTPLAIN_H
6 #define HTPLAIN_H
7 
8 #include <HTStream.h>
9 #include <HTAnchor.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14     extern HTStream *HTPlainPresent(HTPresentation *pres,
15 				    HTParentAnchor *anchor,
16 				    HTStream *sink);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif				/* HTPLAIN_H */
22