Diff for /Amaya/amaya/amaya.h between versions 1.52 and 1.53

version 1.52, 1998/04/09 16:44:18 version 1.53, 1998/05/18 15:34:51
Line 205  THOT_EXPORT boolean      SelectionInSTRI Line 205  THOT_EXPORT boolean      SelectionInSTRI
 THOT_EXPORT boolean      SelectionInBIG;  THOT_EXPORT boolean      SelectionInBIG;
 THOT_EXPORT boolean      SelectionInSMALL;  THOT_EXPORT boolean      SelectionInSMALL;
   
   typedef enum
   {
     docHTML,
     docHelp,
     docFile
   } DocumentType;
 #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 */
 THOT_EXPORT boolean      HelpDocuments[DocumentTableLength];  THOT_EXPORT DocumentType DocumentTypes[DocumentTableLength];
 /* The whole document is loaded when the corresponding value  /* The whole document is loaded when the corresponding value
    in FilesLoading is equal to 0 */     in FilesLoading is equal to 0 */
 THOT_EXPORT int          FilesLoading[DocumentTableLength];  THOT_EXPORT int          FilesLoading[DocumentTableLength];

Removed from v.1.52  
changed lines
  Added in v.1.53


Webmaster