Diff for /Amaya/amaya/amaya.h between versions 1.307 and 1.308

version 1.307, 2006/03/21 17:00:32 version 1.308, 2006/03/22 16:35:41
Line 504  typedef struct _DocumentMetaDataElement Line 504  typedef struct _DocumentMetaDataElement
   char      *full_content_location; /* full content location returned by the server */    char      *full_content_location; /* full content location returned by the server */
   char      *reason;           /* http_headers reason*/    char      *reason;           /* http_headers reason*/
   
   ClickEvent method;           /* method used to send this data */    int        method;           /* method used to send this data */
   ThotBool   xmlformat;        /* the document should be exported in xml format */    ThotBool   xmlformat;        /* the document should be exported in xml format */
   ThotBool   compound;        /* the document is a compound document */    ThotBool   compound;        /* the document is a compound document */
 #ifdef ANNOTATIONS  #ifdef ANNOTATIONS

Removed from v.1.307  
changed lines
  Added in v.1.308


Webmaster