Diff for /Amaya/amaya/query.c between versions 1.66 and 1.67

version 1.66, 1997/06/23 13:14:04 version 1.67, 1997/06/23 15:29:49
Line 24 Line 24
 #define CATCH_SIG  #define CATCH_SIG
 #endif  #endif
   
 /*----------------------------------------------------------------------*/  
 /* Experimental */  
   
 #define AMAYA_LAST_HTTP_ERROR_MSG_SIZE 4096  
 char AmayaLastHTTPErrorMsg [AMAYA_LAST_HTTP_ERROR_MSG_SIZE];  
   
 /*----------------------------------------------------------------------*/  
   
 /* local structures coming from libwww and which are  /* local structures coming from libwww and which are
    not found in any .h file     not found in any .h file
  */   */
   
 struct _HTStream  struct _HTStream
   {    {
      const HTStreamClass *isa;       const HTStreamClass *isa;

Removed from v.1.66  
changed lines
  Added in v.1.67


Webmaster