File:  [Public] / libwww / Library / src / HTGopher.html
Revision 2.9: download - view: text, annotated - select for diffs
Thu Nov 24 21:10:59 1994 UTC (29 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: without-configure, v3/0pre2, v3/0pre1, HEAD
New COPYRIGHT HEADERS and BETTER multi :-)

<HTML>
<HEAD>
<TITLE>Gopher protocol module for libwww</TITLE>
</HEAD>
<BODY>

<H1>Gopher Access</H1>

<PRE>
/*
**	(c) COPYRIGHT CERN 1994.
**	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://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
Library of Common Code</A>.

<PRE>
#ifndef HTGOPHER_H
#define HTGOPHER_H

GLOBALREF HTProtocol HTGopher;

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

Webmaster