ftp.nice.ch/pub/next/unix/network/www/lynx.2.7.2.NIHS.bs.tar.gz#/lynx.2.7.2.NIHS.bs/src/WWW/Library/Implementation/HTTelnet.h

This is HTTelnet.h in view mode; [Download] [Up]

/*                 /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTelnet.html
                            TELNET AND SIMILAR ACCESS METHODS
                                             
 */

#ifndef HTTELNET_H
#define HTTELNET_H

#include "HTAccess.h"

#ifdef GLOBALREF_IS_MACRO
extern GLOBALREF(HTProtocol,HTTelnet);
extern GLOBALREF(HTProtocol,HTRlogin);
extern GLOBALREF(HTProtocol,HTTn3270);
#else
GLOBALREF HTProtocol HTTelnet;
GLOBALREF HTProtocol HTRlogin;
GLOBALREF HTProtocol HTTn3270;
#endif /* GLOBALREF_IS_MACRO */
#endif /* HTTELNET_H */

/*

   end */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.