ncsa-mosaic/libwww2/HTTelnet.h

21 lines
329 B
C
Raw Normal View History

2010-03-08 04:55:21 -06:00
/* /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTelnet.html
TELNET AND SIMILAR ACCESS METHODS
2010-03-08 04:55:21 -06:00
*/
#ifndef HTTELNET_H
#define HTTELNET_H
#include "HTAccess.h"
extern HTProtocol HTTelnet;
extern HTProtocol HTRlogin;
extern HTProtocol HTTn3270;
#endif
/*
*/