Annotation of libwww/Library/src/WWWTelnt.html, revision 2.3
2.1 frystyk 1: <HTML>
2: <HEAD>
2.2 frystyk 3: <TITLE>W3C Reference Library libwww TELNET, RLOGIN, AND TN3270 CLIENTS</TITLE>
2.3 ! frystyk 4: <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
2.1 frystyk 5: <NEXTID N="z11">
6: </HEAD>
7: <BODY>
8:
9: <H1>Declaration of W3C Reference Telnet, rlogin, and TN3270 MODULE</H1>
10:
11: <PRE>
12: /*
13: ** (c) COPYRIGHT MIT 1995.
14: ** Please first read the full copyright statement in the file COPYRIGH.
15: */
16: </PRE>
17:
18: This is the include file for the basic Telnet, rlogin, and TN3270
19: module that can be used together with the core of the W3C Reference
20: Library. It contains all Telnet, rlogin, and TN3270 specific modules
21: which are required to compile and build the Telnet, rlogin, and TN3270
22: DLL.<P>
23:
24: <PRE>
25: #ifndef WWWTELNET_H
26: #define WWWTELNET_H
27: </PRE>
28:
29: <H2>Library Includes</H2>
30:
31: <PRE>
32: #ifdef __cplusplus
33: extern "C" {
34: #endif
35: </PRE>
36:
37: <PRE>
38: #include "HTTelnet.h" /* TELNET client state machine */
39: </PRE>
40:
41: End of TELNET module
42:
43: <PRE>
44: #ifdef __cplusplus
45: } /* end extern C definitions */
46: #endif
47:
48: #endif
49: </PRE>
50:
2.3 ! frystyk 51: <HR>
! 52: <ADDRESS>
! 53: @(#) $Id: Date Author State $
! 54: </ADDRESS>
2.1 frystyk 55: </BODY>
56: </HTML>
Webmaster