Diff for /Amaya/amaya/AHTBridge.c between versions 1.13 and 1.14

version 1.13, 1997/01/13 10:19:39 version 1.14, 1997/01/14 12:21:35
Line 5 Line 5
  *   *
  */   */
     
 /*----------------------------------------------------------------------  /*
   AHTBridge.c : This module implements the callback setup and   * AHTBridge.c : This module implements the callback setup and
   handlers between the Xt, libwww, and Amaya procedures. It's responsible   * handlers between the Xt, libwww, and Amaya procedures. It's responsible
   for assigning, modifying, and supressing Xt events to the active   * for assigning, modifying, and supressing Xt events to the active
   requests.   * requests.
  -----------------------------------------------------------------------*/   *
    * Author: J Kahan
    *
    */
   
 #define EXPORT extern  #define EXPORT extern
 #include "amaya.h"  #include "amaya.h"

Removed from v.1.13  
changed lines
  Added in v.1.14


Webmaster