File:  [Public] / libwww / Library / src / HTTelnet.html
Revision 2.21: download - view: text, annotated - select for diffs
Thu May 16 19:03:23 1996 UTC (28 years ago) by frystyk
Branches: MAIN
CVS tags: Release-5-0a, Release-5-0, Release-4-1b5, Release-4-1b4, Release-4-1b3, Release-4-1b1, PIPELINE1, HEAD
4.1 alpha

<HTML>
<HEAD>
<TITLE>W3C Reference Library libwww TELNET, RLOGIN ETC.</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
</HEAD>
<BODY>

<H1>Telnet and similar access methods</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module is implemented by <A HREF="HTTelnet.c">HTTelnet.c</A>, and
it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C
Reference Library</A>.

<PRE>
#ifndef HTTELNET_H
#define HTTELNET_H

#include "HTEvent.h"

extern HTEventCallback HTLoadTelnet;

#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: HTTelnet.html,v 2.21 1996/05/16 19:03:23 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster