Annotation of libwww/Library/src/HTGopher.html, revision 2.6

2.6     ! timbl       1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>Gopher protocol module for libwww</TITLE></HEAD>
        !             4: <BODY>
        !             5: <H1>GOPHER ACCESS</H1>
        !             6: <H3>History:</H3>
        !             7: <DL>
        !             8: <DT>8 Jan 92
        !             9: <DD>Adapted from HTTP TBL
        !            10: </DL>
        !            11: 
2.1       timbl      12: <PRE>
                     13: 
                     14: #ifndef HTGOPHER_H
                     15: #define HTGOPHER_H
                     16: 
                     17: #include "HTAccess.h"
                     18: #include "HTAnchor.h"
                     19: 
2.6     ! timbl      20: GLOBALREF HTProtocol HTGopher;
2.1       timbl      21: 
                     22: #endif /* HTGOPHER_H */
2.6     ! timbl      23: 
        !            24: </PRE>end of gopher module</BODY>
        !            25: </HTML>

Webmaster