Diff for /Amaya/amaya/amaya.h between versions 1.41 and 1.42

version 1.41, 1997/09/30 15:44:13 version 1.42, 1997/10/02 08:04:38
Line 189  THOT_EXPORT boolean      SelectionInSTRI Line 189  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];
 /* TRUE if the document is displayed by help commands */  /* TRUE if the document is displayed by help commands */
Line 201  THOT_EXPORT boolean      HelpDocuments[D Line 198  THOT_EXPORT boolean      HelpDocuments[D
 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.41  
changed lines
  Added in v.1.42


Webmaster