Diff for /Amaya/amaya/amaya.h between versions 1.160 and 1.161

version 1.160, 2000/09/15 15:34:02 version 1.161, 2000/09/21 09:45:36
Line 337  typedef enum Line 337  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_pathname;  /* if the server returns a different URL name
                                     after a redirection, we store here the one
                                     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               */
   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   */

Removed from v.1.160  
changed lines
  Added in v.1.161


Webmaster