Diff for /Amaya/amaya/amaya.h between versions 1.155 and 1.156

version 1.155, 2000/07/11 08:04:39 version 1.156, 2000/08/28 13:52:09
Line 33 Line 33
 #include "HTML.h"  #include "HTML.h"
 #include "TextFile.h"  #include "TextFile.h"
 #include "amayamsg.h"  #include "amayamsg.h"
   #include "parser.h"
   
 #define NAME_LENGTH     32  #define NAME_LENGTH     32
   
Line 358  THOT_EXPORT Document DocumentSource[Docu Line 359  THOT_EXPORT Document DocumentSource[Docu
 THOT_EXPORT int          FilesLoading[DocumentTableLength];  THOT_EXPORT int          FilesLoading[DocumentTableLength];
 /* Status (error, success) of the download of the objects of a document */  /* Status (error, success) of the download of the objects of a document */
 THOT_EXPORT int          DocNetworkStatus[DocumentTableLength];  THOT_EXPORT int          DocNetworkStatus[DocumentTableLength];
   /* Status of the XHTML document (basic, strict, transitional) */
   THOT_EXPORT int          ParsingLevel[DocumentTableLength];
   
 THOT_EXPORT Document     W3Loading;     /* the document being loaded */  THOT_EXPORT Document     W3Loading;     /* the document being loaded */
 THOT_EXPORT Document     BackupDocument;        /* the current backup */  THOT_EXPORT Document     BackupDocument;        /* the current backup */

Removed from v.1.155  
changed lines
  Added in v.1.156


Webmaster