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

version 1.34, 2002/05/31 10:48:42 version 1.35, 2002/06/04 08:17:16
Line 31  typedef char BOOL; Line 31  typedef char BOOL;
 #endif  #endif
 #endif  #endif
   
   #ifdef DAV
   #ifndef HT_DAV
   #define HT_DAV
   #endif /* HT_DAV */
   #endif /* DAV */
   
 #include "WWWLib.h"  #include "WWWLib.h"
 #include "AHTInit.h"  #include "AHTInit.h"
 #include "WWWApp.h"  #include "WWWApp.h"
Line 46  typedef char BOOL; Line 52  typedef char BOOL;
 #include "HTProxy.h"  #include "HTProxy.h"
 #include "HTHost.h"  #include "HTHost.h"
   
   
 typedef struct _AHTDocIdStatus  typedef struct _AHTDocIdStatus
   {    {
      int                 docid; /* a docid */       int                 docid; /* a docid */

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


Webmaster