Diff for /Amaya/amaya/AHTBridge.c between versions 1.11 and 1.12

version 1.11, 1996/12/28 04:52:19 version 1.12, 1997/01/06 15:13:08
Line 82  static const SockOps ExceptBits = FD_OOB Line 82  static const SockOps ExceptBits = FD_OOB
   -------------------------------------------------------------------*/    -------------------------------------------------------------------*/
   
 #ifdef __STDC__  #ifdef __STDC__
 XtInputCallbackProc AHTCallback_bridge (caddr_t cd, int *s, XtInputId * id)  void *AHTCallback_bridge (caddr_t cd, int *s, XtInputId * id)
 #else  #else
 XtInputCallbackProc AHTCallback_bridge (cd, s, id)  void *AHTCallback_bridge (cd, s, id)
 caddr_t             cd;  caddr_t             cd;
 int                *s;  int                *s;
 XtInputId          *id;  XtInputId          *id;
 #endif /* __STDC__ */  #endif /* __STDC__ */
 /** JK: 26/Dec/96: Took out this code as Cextract has problems to  
 generate a prototype when there are 2 imbricated ifdefs. ***/  
 #ifdef 0  
 /* Windows prototype */  
 /* some winproc someday? */  
 LONG                AHTCallback_bridge (caddr_t cd, int *s)  
 #endif                          /* !WWW_XWINDOWS */  
 {  {
    int                 status;  /* the status result of the libwwww call */     int                 status;  /* the status result of the libwwww call */
    HTRequest          *rqp = NULL;     HTRequest          *rqp = NULL;

Removed from v.1.11  
changed lines
  Added in v.1.12


Webmaster