Diff for /Amaya/amaya/amaya.h between versions 1.199 and 1.200

version 1.199, 2001/03/23 11:41:41 version 1.200, 2001/04/06 16:09:12
Line 399  typedef struct _DocumentMetaDataElement Line 399  typedef struct _DocumentMetaDataElement
 #endif /* ANNOTATIONS */  #endif /* ANNOTATIONS */
 } DocumentMetaDataElement;  } DocumentMetaDataElement;
   
 #define DocumentTableLength 10  #define DocumentTableLength MAX_DOCUMENTS
 /* URL of each loaded document */  /* URL of each loaded document */
 THOT_EXPORT char                    *DocumentURLs[DocumentTableLength];  THOT_EXPORT char                    *DocumentURLs[DocumentTableLength];
 /* Any formdata associated with a URL */  /* Any formdata associated with a URL */

Removed from v.1.199  
changed lines
  Added in v.1.200


Webmaster