Diff for /Amaya/amaya/amaya.h between versions 1.243 and 1.244

version 1.243, 2002/10/04 14:59:16 version 1.244, 2002/10/08 07:36:19
Line 445  typedef enum Line 445  typedef enum
 /* a record for data associated with a request */  /* a record for data associated with a request */
 typedef struct _DocumentMetaDataElement  typedef struct _DocumentMetaDataElement
 {  {
   char    *initial_url;      /* if the server returns a different URL name    char      *initial_url;      /* if the server returns a different URL name
                                 after a redirection, we store here the one                                    after a redirection, we store here the one
                                 that the browser first asked */                                    that the browser first asked */
   char    *form_data;        /* form data associated with a URL */    char      *form_data;        /* form data associated with a URL */
   char    *content_type;     /* content type returned by the server */    char      *content_type;     /* content type returned by the server */
   char    *charset;          /* charset returned by the server */    char      *charset;          /* charset returned by the server */
   char    *content_length;   /* content length returned by the server */    char      *content_length;   /* content length returned by the server */
   char    *content_location; /* simplified content location returned by the server */    char      *content_location; /* simplified content location returned by the server */
   char    *full_content_location; /* full content location returned by the server */    char      *full_content_location; /* full content location returned by the server */
   ClickEvent method;           /* method used to send this data */    ClickEvent 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 */
     
 #ifdef ANNOTATIONS  #ifdef ANNOTATIONS
   Document   source_doc;       /* if the document is an annotation,    Document   source_doc;       /* if the document is an annotation,
                                   this variable giveso the annoted document                                    this variable giveso the annoted document
Line 495  THOT_EXPORT Document                 Bac Line 494  THOT_EXPORT Document                 Bac
 #define MAX_URL_list 20  #define MAX_URL_list 20
 THOT_EXPORT char                    *URL_list;  THOT_EXPORT char                    *URL_list;
 THOT_EXPORT int                      URL_list_len;  THOT_EXPORT int                      URL_list_len;
   THOT_EXPORT ThotBool                 URL_list_keep;
   #ifdef _SVGLIB
   THOT_EXPORT char                    *SVGlib_list;
   #endif /* _SVGLIB */
   
 /* button indexes */  /* button indexes */
 THOT_EXPORT int iStop;  THOT_EXPORT int iStop;

Removed from v.1.243  
changed lines
  Added in v.1.244


Webmaster