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

Browser Client

Development Platform:

Unix_Linux

  1. /*                             Declaration of W3C Reference Telnet, rlogin, and TN3270 MODULE
  2.               DECLARATION OF W3C REFERENCE TELNET, RLOGIN, AND TN3270 MODULE
  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 the include file for the basic Telnet, rlogin, and TN3270 module that can be
  11.    used together with the core of the W3C Reference Library. It contains all Telnet,
  12.    rlogin, and TN3270 specific modules which are required to compile and build the Telnet,
  13.    rlogin, and TN3270 DLL.
  14.    
  15.  */
  16. #ifndef WWWTELNET_H
  17. #define WWWTELNET_H
  18. /*
  19. Library Includes
  20.  */
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24. /*
  25.  */
  26. #include "HTTelnet.h"                         /* TELNET client state machine */
  27. /*
  28.    End of TELNET module
  29.    
  30.  */
  31. #ifdef __cplusplus
  32. } /* end extern C definitions */
  33. #endif
  34. #endif
  35. /*
  36.    End of WWWTelnet API definition  */