mirror of https://github.com/lianthony/NT4.0
28 lines
493 B
28 lines
493 B
/*
|
|
This file was derived from the libwww code, version 2.15, from CERN.
|
|
A number of modifications have been made by Spyglass.
|
|
|
|
eric@spyglass.com
|
|
*/
|
|
|
|
/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTelnet.html
|
|
TELNET AND SIMILAR ACCESS METHODS
|
|
|
|
*/
|
|
|
|
#ifndef _GIBRALTAR
|
|
|
|
#ifndef HTTELNET_H
|
|
#define HTTELNET_H
|
|
|
|
GLOBALREF HTProtocol HTTelnet;
|
|
GLOBALREF HTProtocol HTRlogin;
|
|
GLOBALREF HTProtocol HTTn3270;
|
|
|
|
#endif
|
|
|
|
#endif // _GIBRALTAR
|
|
|
|
/*
|
|
|
|
end */
|