Annotation of libwww/Library/src/HTNetTxt.html, revision 2.2

2.1       frystyk     1: <HTML>
                      2: <HEAD>
                      3: <TITLE>Network Telnet To Internal Character Text</TITLE>
                      4: <NEXTID N="z18">
                      5: </HEAD>
                      6: <BODY>
                      7: 
                      8: <H1>Network Telnet To Internal Character Text</H1>
                      9: 
                     10: <PRE>
                     11: /*
2.2     ! frystyk    12: **     (c) COPYRIGHT MIT 1995.
2.1       frystyk    13: **     Please first read the full copyright statement in the file COPYRIGH.
                     14: */
                     15: </PRE>
                     16: 
                     17: This is a filter stream suitable for taking text from a socket and
                     18: passing it into a stream which expects text in the local C
                     19: representation.  It does newline conversion.  As usual, pass its
                     20: output stream to it when creating it.
                     21: 
                     22: <PRE>
                     23: #ifndef HTNETTXT_H
                     24: #define HTNETTXT_H
                     25: 
                     26: extern HTStream * HTNetToText PARAMS ((HTStream * sink));
                     27: 
                     28: #endif
                     29: </PRE>
                     30: End of definition module
                     31: </BODY>
                     32: </HTML>

Webmaster