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

Browser Client

Development Platform:

Unix_Linux

  1. /*                                                          Telnet and Similar Access Methods
  2.                             TELNET AND SIMILAR ACCESS METHODS
  3.                                              
  4.  */
  5. /*
  6. **      (c) COPYRIGHT MIT 1995.
  7. **      Please first read the full copyright statement in the file COPYRIGH.
  8. */
  9. /*
  10.    This module is implemented by HTTelnet.c, and it is a part of the  W3C Reference
  11.    Library.
  12.    
  13.  */
  14. #ifndef HTTELNET_H
  15. #define HTTELNET_H
  16. #include "HTEvntrg.h"
  17. extern HTEventCallback HTLoadTelnet;
  18. #endif
  19. /*
  20.    End of Definition */