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

2.1     ! timbl       1: <PRE>
        !             2: /*     HyperText Tranfer Protocol                                      HTTP.h
        !             3: **     ==========================
        !             4: */
        !             5: 
        !             6: #ifndef HTTP_H
        !             7: #define HTTP_H
        !             8: 
        !             9: #include "HTAccess.h"
        !            10: 
        !            11: 
        !            12: #ifdef OLD_CODE
        !            13: /*     Load Document using HTTP
        !            14: **     ------------------------
        !            15: */
        !            16: extern int HTLoadHTTP PARAMS((
        !            17:        CONST char *            arg,
        !            18: /*     CONST char *            gateway, */
        !            19:        HTParentAnchor *        anAnchor,
        !            20:        int diag));
        !            21: #endif
        !            22: 
        !            23: extern HTProtocol HTTP;
        !            24: 
        !            25: #endif /* HTTP_H */
        !            26: </PRE>

Webmaster