File:  [Public] / libwww / Library / src / HTGopher.html
Revision 2.21: download - view: text, annotated - select for diffs
Wed Nov 8 23:48:51 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0pre5, v4/0D, v4/0C, v4/0B, v4/0, autoconf, HEAD
Version 4.0pre5

<HTML>
<HEAD>
<TITLE>Gopher Access</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen,  5-Nov-1995 -->
</HEAD>
<BODY>

<H1>Gopher Access</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module also cantains the <B>CSO Name Server</B> access via Gopher. <P>

This module is implemented by <A HREF="HTGopher.c">HTGopher.c</A>, and
it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/"> W3C
Reference Library</A>.

<PRE>
#ifndef HTGOPHER_H
#define HTGOPHER_H

#include "HTEvntrg.h"

extern HTEventCallback HTLoadGopher;

#endif
</PRE>
end of gopher module
</BODY>
</HTML>

Webmaster