Annotation of libwww/Library/src/HTPlain.html, revision 2.5

2.1       timbl       1: <PRE>
                      2: /*             Plain text object                       HTPlain.h
                      3: **             -----------------
                      4: **
                      5: **
                      6: */
                      7: 
                      8: #ifndef HTPLAIN_H
                      9: #define HTPLAIN_H
                     10: 
                     11: #include "HTStream.h"
                     12: #include "HTAnchor.h"
                     13: 
                     14: extern HTStream* HTPlainPresent PARAMS((
                     15:        HTPresentation *        pres,
                     16:        HTParentAnchor *        anchor, 
                     17:        HTStream *              sink));
                     18: 
                     19: 
                     20: #endif
                     21: </PRE>

Webmaster