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

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.22      frystyk     3: <TITLE>W3C Reference Library libwww GOPHER CLIENT</TITLE>
2.23      frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
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.24    ! frystyk    27: #include "HTEvent.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>
2.23      frystyk    33: 
                     34: <HR>
                     35: <ADDRESS>
2.24    ! frystyk    36: @(#) $Id: HTGopher.html,v 2.23 1996/04/12 17:47:07 frystyk Exp $
2.23      frystyk    37: </ADDRESS>
2.7       frystyk    38: </BODY>
2.6       timbl      39: </HTML>

Webmaster