Diff for /Amaya/amaya/amaya.h between versions 1.86 and 1.87

version 1.86, 1999/03/09 15:48:30 version 1.87, 1999/03/09 18:11:33
Line 150  typedef enum _ClickEvent { Line 150  typedef enum _ClickEvent {
 #define AMAYA_LOAD_CSS   0  #define AMAYA_LOAD_CSS   0
 #define AMAYA_USE_PRECONDITIONS 0  #define AMAYA_USE_PRECONDITIONS 0
 #endif /* ! AMAYA_JAVA */  #endif /* ! AMAYA_JAVA */
   
   /*
    * Flags to indicate the action to take when the network options
    * are modified
    */
   #define AMAYA_CACHE_RESTART 1
   #define AMAYA_PROXY_RESTART 2
   
 /*  /*
  * Flags to indicate the status of the network requests associated   * Flags to indicate the status of the network requests associated
  * to a document.   * to a document.

Removed from v.1.86  
changed lines
  Added in v.1.87


Webmaster