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

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.17      frystyk     3: <TITLE>Gopher Access</TITLE>
2.21    ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  5-Nov-1995 -->
2.9       frystyk     5: </HEAD>
2.6       timbl       6: <BODY>
2.7       frystyk     7: 
2.9       frystyk     8: <H1>Gopher Access</H1>
2.7       frystyk     9: 
2.9       frystyk    10: <PRE>
                     11: /*
2.14      frystyk    12: **     (c) COPYRIGHT MIT 1995.
2.9       frystyk    13: **     Please first read the full copyright statement in the file COPYRIGH.
                     14: */
                     15: </PRE>
                     16: 
                     17: This module also cantains the <B>CSO Name Server</B> access via Gopher. <P>
                     18: 
2.21    ! frystyk    19: This module is implemented by <A HREF="HTGopher.c">HTGopher.c</A>, and
        !            20: it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C
        !            21: Reference Library</A>.
2.6       timbl      22: 
2.1       timbl      23: <PRE>
                     24: #ifndef HTGOPHER_H
                     25: #define HTGOPHER_H
                     26: 
2.19      frystyk    27: #include "HTEvntrg.h"
2.10      roeber     28: 
2.20      frystyk    29: extern HTEventCallback HTLoadGopher;
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