Diff for /Amaya/amaya/query.c between versions 1.297 and 1.298

version 1.297, 2002/05/31 10:48:42 version 1.298, 2002/06/04 08:20:29
Line 119  static  FILE        *trace_fp = NULL; Line 119  static  FILE        *trace_fp = NULL;
 #include "AHTMemConv_f.h"  #include "AHTMemConv_f.h"
 #include "AHTFWrite_f.h"  #include "AHTFWrite_f.h"
   
 /* prototypes */  
   
 #ifdef _WINDOWS  
 int WIN_Activate_Request (HTRequest* , HTAlertOpcode, int, const char*, void*, HTAlertPar*);  
 #endif /* _WINDOWS */  
   
   
 #ifdef DAV  #ifdef DAV
 #include "davlib.h"  #include "davlib.h"
 #include "davlib_f.h"  #include "davlib_f.h"
 #include "davlibCommon_f.h"  #include "davlibCommon_f.h"
 #endif  #endif
   
   /* prototypes */
   
   #ifdef _WINDOWS
   int WIN_Activate_Request (HTRequest* , HTAlertOpcode, int, const char*, void*, HTAlertPar*);
   #endif /* _WINDOWS */
   
 #ifdef AMAYA_WWW_CACHE  #ifdef AMAYA_WWW_CACHE
 /***************************************************************  /***************************************************************
  lock functions, used to avoid concurrent use of the cache   lock functions, used to avoid concurrent use of the cache

Removed from v.1.297  
changed lines
  Added in v.1.298


Webmaster