This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTTelnet.h

21 lines
374 B
C

/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTelnet.html
TELNET AND SIMILAR ACCESS METHODS
*/
#ifndef HTTELNET_H
#define HTTELNET_H
#include "HTAccess.h"
extern HTProtocol HTTelnet;
extern HTProtocol HTRlogin;
extern HTProtocol HTTn3270;
#endif
/*
*/