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

2.1     ! frystyk     1: <HTML>
        !             2: <HEAD>
        !             3: <TITLE>Declaration of W3C Reference GOPHER MODULE</TITLE>
        !             4: <!-- Changed by: Henrik Frystyk Nielsen, 20-Nov-1995 -->
        !             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: 
        !            50: End of WWWGophe API definition
        !            51: 
        !            52: </BODY>
        !            53: </HTML>

Webmaster