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

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.4       frystyk     3: <TITLE>CRLF Stripper Stream</TITLE>
                      4: <!-- Changed by: Henrik Frystyk Nielsen, 14-Aug-1995 -->
2.1       frystyk     5: <NEXTID N="z18">
                      6: </HEAD>
                      7: <BODY>
                      8: 
                      9: <H1>Network Telnet To Internal Character Text</H1>
                     10: 
                     11: <PRE>
                     12: /*
2.2       frystyk    13: **     (c) COPYRIGHT MIT 1995.
2.1       frystyk    14: **     Please first read the full copyright statement in the file COPYRIGH.
                     15: */
                     16: </PRE>
                     17: 
                     18: This is a filter stream suitable for taking text from a socket and
                     19: passing it into a stream which expects text in the local C
                     20: representation.  It does newline conversion.  As usual, pass its
2.3       frystyk    21: output stream to it when creating it. <P>
                     22: 
                     23: This module is implemented by <A HREF="HTNetTxt.c">HTNetTxt.c</A>, and it is
                     24: a part of the <A
2.5     ! frystyk    25: HREF="http://www.w3.org/pub/WWW/Library/">
2.3       frystyk    26: W3C Reference Library</A>.
2.1       frystyk    27: 
                     28: <PRE>
                     29: #ifndef HTNETTXT_H
                     30: #define HTNETTXT_H
                     31: 
                     32: extern HTStream * HTNetToText PARAMS ((HTStream * sink));
                     33: 
                     34: #endif
                     35: </PRE>
                     36: End of definition module
                     37: </BODY>
                     38: </HTML>

Webmaster