Diff for /Amaya/amaya/libwww.h between versions 1.15 and 1.16

version 1.15, 1998/07/24 17:05:24 version 1.16, 1998/09/04 09:14:36
Line 128  typedef struct _AHTReqContext Line 128  typedef struct _AHTReqContext
      HTParentAnchor     *dest;  /* Destination for PUT etc.              */       HTParentAnchor     *dest;  /* Destination for PUT etc.              */
      unsigned long       block_size;    /* size in bytes of the file to put      */       unsigned long       block_size;    /* size in bytes of the file to put      */
     int                 put_counter;    /* number of bytes already put           */      int                 put_counter;    /* number of bytes already put           */
     char               *mem_ptr;        /* ptr to a struct in mem which contains a copy */  
      /* of the file to put                           */  
   
     HTAssocList        *formdata;        /* ptr to a struct containing the formdata used with POST */      HTAssocList        *formdata;        /* ptr to a struct containing the formdata used with POST */
   
      char               *error_stream;        /* pointer to an error message associated with the       char               *error_stream;        /* pointer to an error message associated with the

Removed from v.1.15  
changed lines
  Added in v.1.16


Webmaster