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

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.17      frystyk     3: <TITLE>Gopher Access</TITLE>
2.19      frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  6-Sep-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: 
                     19: This module is implemented by <A HREF="HTGopher.c">HTGopher.c</A>, and it is
                     20: a part of the <A
2.18      frystyk    21: HREF="http://www.w3.org/pub/WWW/Library/">
2.16      frystyk    22: W3C Reference Library</A>.
2.6       timbl      23: 
2.1       timbl      24: <PRE>
                     25: #ifndef HTGOPHER_H
                     26: #define HTGOPHER_H
                     27: 
2.19      frystyk    28: #include "HTEvntrg.h"
2.10      roeber     29: 
2.20    ! frystyk    30: extern HTEventCallback HTLoadGopher;
2.1       timbl      31: 
2.13      frystyk    32: #endif
2.7       frystyk    33: </PRE>
                     34: end of gopher module
                     35: </BODY>
2.6       timbl      36: </HTML>

Webmaster