mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
|
|
|
|
[email protected]
|
|
*/
|
|
|
|
/* /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 */
|