Annotation of libwww/Library/src/HTTelnet.html, revision 2.12

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.8       frystyk     3: <TITLE>Telnet and Similar Access Methods</TITLE>
                      4: </HEAD>
2.2       timbl       5: <BODY>
2.8       frystyk     6: 
2.2       timbl       7: <H1>Telnet and similar access methods</H1>
2.8       frystyk     8: 
                      9: <PRE>
                     10: /*
2.12    ! frystyk    11: **     (c) COPYRIGHT MIT 1995.
2.8       frystyk    12: **     Please first read the full copyright statement in the file COPYRIGH.
                     13: */
                     14: </PRE>
                     15: 
                     16: This module is implemented by <A HREF="HTTelnet.c">HTTelnet.c</A>, and
                     17: it is a part of the <A
2.11      frystyk    18: HREF="http://www.w3.org/hypertext/WWW/Library/User/Guide/Guide.html">
2.8       frystyk    19: Library of Common Code</A>.
                     20: 
2.1       timbl      21: <PRE>
                     22: #ifndef HTTELNET_H
                     23: #define HTTELNET_H
                     24: 
                     25: #include "HTAccess.h"
                     26: 
2.6       timbl      27: GLOBALREF HTProtocol HTTelnet;
                     28: GLOBALREF HTProtocol HTRlogin;
                     29: GLOBALREF HTProtocol HTTn3270;
2.1       timbl      30: 
2.2       timbl      31: #endif
2.8       frystyk    32: </PRE>
2.2       timbl      33: 
2.8       frystyk    34: End of Definition
                     35: </BODY>
2.6       timbl      36: </HTML>

Webmaster