Diff for /Amaya/amaya/libwww.h between versions 1.28 and 1.29

version 1.28, 2000/03/02 17:16:35 version 1.29, 2000/10/30 10:32:48
Line 135  typedef struct _AHTReqContext Line 135  typedef struct _AHTReqContext
   }    }
 AHTReqContext;  AHTReqContext;
   
   /*
   ** the HTTP error messages
   */
   /* an interpreted version of the error */
 THOT_EXPORT CHAR_T      AmayaLastHTTPErrorMsg [MAX_LENGTH];  THOT_EXPORT CHAR_T      AmayaLastHTTPErrorMsg [MAX_LENGTH];
   /* the reason string sent by the server */
   THOT_EXPORT CHAR_T      AmayaLastHTTPErrorMsgR [MAX_LENGTH];
 THOT_EXPORT HTList      *conv;  /* List of global converters */  THOT_EXPORT HTList      *conv;  /* List of global converters */
 THOT_EXPORT AmayaContext *Amaya;        /* Amaya's request global context    */  THOT_EXPORT AmayaContext *Amaya;        /* Amaya's request global context    */
 #endif /* AMAYA_LIBWWW_H */  #endif /* AMAYA_LIBWWW_H */

Removed from v.1.28  
changed lines
  Added in v.1.29


Webmaster