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

2.1     ! timbl       1: <PRE>
        !             2: /*                     GOPHER ACCESS                           HTGopher.h
        !             3: **                     =============
        !             4: **
        !             5: ** History:
        !             6: **      8 Jan 92       Adapted from HTTP TBL
        !             7: */
        !             8: 
        !             9: #ifndef HTGOPHER_H
        !            10: #define HTGOPHER_H
        !            11: 
        !            12: #include "HTAccess.h"
        !            13: #include "HTAnchor.h"
        !            14: 
        !            15: /* extern int HTLoadGopher PARAMS((const char *arg,
        !            16:        HTParentAnchor * anAnchor,
        !            17:        int diag));
        !            18: */
        !            19: extern HTProtocol HTGopher;
        !            20: 
        !            21: #endif /* HTGOPHER_H */
        !            22: </PRE>

Webmaster