File:  [Public] / libwww / Library / src / WWWGophe.html
Revision 2.6: download - view: text, annotated - select for diffs
Mon May 4 19:37:50 1998 UTC (26 years, 1 month ago) by frystyk
Branches: MAIN
CVS tags: repeat-requests, candidate-5-4-1, before_webdav, Release-5-4-0, Release-5-3-1, Release-5-2-8, Release-5-2-6, Release-5-2, Release-5-1m, HEAD, Before-New-Trace-Messages, Amaya_2_4, Amaya-6-3, Amaya-6-1, Amaya-5-2, Amaya-4-3-2, Amaya-4-3-1, Amaya-4-3, Amaya-4-1-2, Amaya-4-1-0, Amaya-4-0-0, Amaya-3-2-1, Amaya-3-2, Amaya
version 5.1m

<HTML>
<HEAD>
<TITLE>W3C Sample Code Library libwww GOPHER CLIENT</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 16-Apr-1996 -->
<NEXTID N="z11">
</HEAD>
<BODY>

<H1>Declaration of W3C Sample Code GOPHER MODULE</H1>

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

This is the include file for the basic GOPHER module that can be used
together with the core of the W3C Sample Code Library. It contains all
GOPHER specific modules which are required to compile and build the
GOPHER DLL.<P>

<PRE>
#ifndef WWWGOPHER_H
#define WWWGOPHER_H
</PRE>

<PRE>
#ifdef __cplusplus
extern "C" { 
#endif
</PRE>

<H2>System dependencies</H2>

The <A HREF="wwwsys.html">wwwsys.h</A> file includes system-specific include
files and flags for I/O to network and disk. The only reason for this
file is that the Internet world is more complicated than Posix and
ANSI.

<PRE>
#include "wwwsys.h"
</PRE>

<H2>Library Includes</H2>


<PRE>
#include "HTGopher.h"			      /* GOPHER client state machine */
</PRE>

End of GOPHER module

<PRE>
#ifdef __cplusplus
} /* end extern C definitions */
#endif

#endif
</PRE>

<HR>
<ADDRESS>
@(#) $Id: WWWGophe.html,v 2.6 1998/05/04 19:37:50 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster