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

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.9     ! frystyk     3: <TITLE>Gopher protocol module for libwww</TITLE>
        !             4: </HEAD>
2.6       timbl       5: <BODY>
2.7       frystyk     6: 
2.9     ! frystyk     7: <H1>Gopher Access</H1>
2.7       frystyk     8: 
2.9     ! frystyk     9: <PRE>
        !            10: /*
        !            11: **     (c) COPYRIGHT CERN 1994.
        !            12: **     Please first read the full copyright statement in the file COPYRIGH.
        !            13: */
        !            14: </PRE>
        !            15: 
        !            16: This module also cantains the <B>CSO Name Server</B> access via Gopher. <P>
        !            17: 
        !            18: This module is implemented by <A HREF="HTGopher.c">HTGopher.c</A>, and it is
        !            19: a part of the <A
        !            20: HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
        !            21: Library of Common Code</A>.
2.6       timbl      22: 
2.1       timbl      23: <PRE>
                     24: #ifndef HTGOPHER_H
                     25: #define HTGOPHER_H
                     26: 
2.6       timbl      27: GLOBALREF HTProtocol HTGopher;
2.1       timbl      28: 
                     29: #endif /* HTGOPHER_H */
2.7       frystyk    30: </PRE>
                     31: end of gopher module
                     32: </BODY>
2.6       timbl      33: </HTML>

Webmaster