Diff for /Amaya/amaya/amaya.h between versions 1.192 and 1.193

version 1.192, 2001/02/22 18:10:33 version 1.193, 2001/02/23 10:19:47
Line 376  typedef enum Line 376  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_T*    initial_url;      /* if the server returns a different URL name    CHAR_T    *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_T*    form_data;        /* form data associated with a URL */    CHAR_T    *form_data;        /* form data associated with a URL */
     CHAR_T    *content_type;     /* content type returned by the server */
     CHAR_T    *charset;          /* charset returned by the server */
   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 */

Removed from v.1.192  
changed lines
  Added in v.1.193


Webmaster