Annotation of libwww/Library/src/WWWGophe.html, revision 2.3

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.2       frystyk     3: <TITLE>W3C Reference Library libwww GOPHER CLIENT</TITLE>
2.3     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
2.1       frystyk     5: <NEXTID N="z11">
                      6: </HEAD>
                      7: <BODY>
                      8: 
                      9: <H1>Declaration of W3C Reference GOPHER MODULE</H1>
                     10: 
                     11: <PRE>
                     12: /*
                     13: **     (c) COPYRIGHT MIT 1995.
                     14: **     Please first read the full copyright statement in the file COPYRIGH.
                     15: */
                     16: </PRE>
                     17: 
                     18: This is the include file for the basic GOPHER module that can be used
                     19: together with the core of the W3C Reference Library. It contains all
                     20: GOPHER specific modules which are required to compile and build the
                     21: GOPHER DLL.<P>
                     22: 
                     23: <PRE>
                     24: #ifndef WWWGOPHER_H
                     25: #define WWWGOPHER_H
                     26: </PRE>
                     27: 
                     28: <H2>Library Includes</H2>
                     29: 
                     30: <PRE>
                     31: #ifdef __cplusplus
                     32: extern "C" { 
                     33: #endif
                     34: </PRE>
                     35: 
                     36: <PRE>
                     37: #include "HTGopher.h"                        /* GOPHER client state machine */
                     38: </PRE>
                     39: 
                     40: End of GOPHER module
                     41: 
                     42: <PRE>
                     43: #ifdef __cplusplus
                     44: } /* end extern C definitions */
                     45: #endif
                     46: 
                     47: #endif
                     48: </PRE>
                     49: 
2.3     ! frystyk    50: <HR>
        !            51: <ADDRESS>
        !            52: @(#) $Id: Date Author State $
        !            53: </ADDRESS>
2.1       frystyk    54: </BODY>
                     55: </HTML>

Webmaster