Diff for /Amaya/amaya/amaya.h between versions 1.143 and 1.144

version 1.143, 2000/03/30 15:54:24 version 1.144, 2000/04/12 15:51:12
Line 304  typedef struct _DocumentMetaDataElement Line 304  typedef struct _DocumentMetaDataElement
   ClickEvent method;           /* method used to send this data                 */    ClickEvent method;           /* method used to send this data                 */
   ThotBool   put_default_name; /* URL name was concatenated with DEFAULT_NAME   */    ThotBool   put_default_name; /* URL name was concatenated with DEFAULT_NAME   */
   ThotBool   xmlformat;        /* the document should be exported in xml format */    ThotBool   xmlformat;        /* the document should be exported in xml format */
   #ifdef ANNOTATIONS
     Document   source_doc;       /* if the document is an annotation,
                                     this variable giveso the annoted document
                                     docid */
   #endif /* ANNOTATIONS */
 } DocumentMetaDataElement;  } DocumentMetaDataElement;
   
 #define DocumentTableLength 10  #define DocumentTableLength 10

Removed from v.1.143  
changed lines
  Added in v.1.144


Webmaster