HTNetTxt.h
Upload User: zlh9724
Upload Date: 2007-01-04
Package Size: 1991k
Code Size: 1k
Category:

Browser Client

Development Platform:

Unix_Linux

  1. /*                                                                       CRLF Stripper Stream
  2.                         NETWORK TELNET TO INTERNAL CHARACTER TEXT
  3.                                              
  4.  */
  5. /*
  6. **      (c) COPYRIGHT MIT 1995.
  7. **      Please first read the full copyright statement in the file COPYRIGH.
  8. */
  9. /*
  10.    This is a filter stream suitable for taking text from a socket and passing it into a
  11.    stream which expects text in the local C representation.  It does newline conversion.
  12.    As usual, pass its output stream to it when creating it.
  13.    
  14.    This module is implemented by HTNetTxt.c, and it is a part of the  W3C Reference
  15.    Library.
  16.    
  17.  */
  18. #ifndef HTNETTXT_H
  19. #define HTNETTXT_H
  20. extern HTStream * HTNetToText (HTStream * target);
  21. #endif
  22. /*
  23.    End of definition module */