Annotation of libwww/Library/src/HTTelnet.html, revision 2.1

2.1     ! timbl       1: <PRE>
        !             2: /*             Telnet and similar access methods               HTTelnet.h
        !             3: **             ---------------------------------
        !             4: */
        !             5: 
        !             6: #ifndef HTTELNET_H
        !             7: #define HTTELNET_H
        !             8: 
        !             9: #include "HTAccess.h"
        !            10: 
        !            11: extern HTProtocol HTTelnet;
        !            12: extern HTProtocol HTRlogin;
        !            13: extern HTProtocol HTTn3270;
        !            14: 
        !            15: 

Webmaster