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

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
2.12      frystyk    20: HREF="http://www.w3.org/hypertext/WWW/Library/User/Guide/Guide.html">
2.9       frystyk    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.13    ! frystyk    27: #include "HTAccess.h"
2.10      roeber     28: 
2.6       timbl      29: GLOBALREF HTProtocol HTGopher;
2.1       timbl      30: 
2.13    ! frystyk    31: #endif
2.7       frystyk    32: </PRE>
                     33: end of gopher module
                     34: </BODY>
2.6       timbl      35: </HTML>

Webmaster