Diff for /Amaya/amaya/libwww.h between versions 1.33 and 1.34

version 1.33, 2001/08/30 14:15:16 version 1.34, 2002/05/31 10:48:42
Line 141  typedef struct _AHTReqContext Line 141  typedef struct _AHTReqContext
                                               error_stream. If false, error_stream is not                                                 error_stream. If false, error_stream is not 
                                               displayed at all */                                                displayed at all */
     char               *document;      char               *document;
   
   #ifdef DAV
       /* WebDAV request context object - it will be a AHTDAVContext object */
       /* MKP: I declared was a void * to avoid circular references between
        *      libwww.h and davlib.h */
       void      *dav_context;
   #endif /* DAV */    
   }    }
 AHTReqContext;  AHTReqContext;
   

Removed from v.1.33  
changed lines
  Added in v.1.34


Webmaster