Diff for /Amaya/amaya/amaya.h between versions 1.39 and 1.40

version 1.39, 1997/09/03 16:43:27 version 1.40, 1997/09/26 12:58:48
Line 198  THOT_EXPORT boolean      SelectionInSTRI Line 198  THOT_EXPORT boolean      SelectionInSTRI
 THOT_EXPORT boolean      SelectionInBIG;  THOT_EXPORT boolean      SelectionInBIG;
 THOT_EXPORT boolean      SelectionInSMALL;  THOT_EXPORT boolean      SelectionInSMALL;
   
   #define DOC_HISTORY_SIZE 50
   typedef char*            anHistory[DOC_HISTORY_SIZE];
   
 #define DocumentTableLength 10  #define DocumentTableLength 10
 THOT_EXPORT char        *DocumentURLs[DocumentTableLength];  THOT_EXPORT char        *DocumentURLs[DocumentTableLength];
   
Line 206  THOT_EXPORT char        *DocumentURLs[Do Line 209  THOT_EXPORT char        *DocumentURLs[Do
 THOT_EXPORT int          FilesLoading[DocumentTableLength];  THOT_EXPORT int          FilesLoading[DocumentTableLength];
 /* Gives the status (error, success) of the download of the objects of  /* Gives the status (error, success) of the download of the objects of
    a document */     a document */
   
   THOT_EXPORT anHistory    DocHistory[DocumentTableLength];
   THOT_EXPORT int          DocHistoryIndex[DocumentTableLength];
   
 #if !defined(AMAYA_JAVA) && !defined(AMAYA_ILU)  #if !defined(AMAYA_JAVA) && !defined(AMAYA_ILU)
 THOT_EXPORT int          DocNetworkStatus[DocumentTableLength];  THOT_EXPORT int          DocNetworkStatus[DocumentTableLength];
 #endif  #endif

Removed from v.1.39  
changed lines
  Added in v.1.40


Webmaster