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

2.6       timbl       1: <HTML>
                      2: <HEAD>
                      3: <TITLE>/Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html</TITLE></HEAD>
                      4: <BODY>
2.8     ! frystyk     5: <H1>Plain text object</H1>
        !             6: 
        !             7: What a small file!
        !             8: 
        !             9: <PRE>
        !            10: #ifndef HTPLAIN_H
2.1       timbl      11: #define HTPLAIN_H
                     12: 
2.7       timbl      13: #include "HTFormat.h"
2.1       timbl      14: 
2.8     ! frystyk    15: #ifndef pyramid
2.7       timbl      16: extern HTConverter HTPlainPresent;
2.8     ! frystyk    17: #endif
2.1       timbl      18: 
2.7       timbl      19: #endif
2.8     ! frystyk    20: </PRE>
2.1       timbl      21: 
2.8     ! frystyk    22: End of definition module.
2.6       timbl      23: 
2.8     ! frystyk    24: </BODY>
2.6       timbl      25: </HTML>

Webmaster