Diff for /Amaya/amaya/AHTBridge.c between versions 1.54 and 1.55

version 1.54, 1998/03/26 16:15:39 version 1.55, 1998/04/23 10:06:32
Line 484  HTPriority          p; Line 484  HTPriority          p;
 #endif /* __STDC__ */  #endif /* __STDC__ */
 {  {
   AHTReqContext      *me;      /* current request */    AHTReqContext      *me;      /* current request */
   int                 status;  /* libwww status associated with     int                 status;  /* libwww status associated with the socket number */
                                   the socket number */  # ifndef _WINDOWS 
   int                 v;    int                 v;
   # endif /* _WINDOWS */
   
 #ifdef DEBUG_LIBWWW  #ifdef DEBUG_LIBWWW
           fprintf(stderr, "HTEvent_register\n");            fprintf(stderr, "HTEvent_register\n");
Line 588  SockOps             ops; Line 589  SockOps             ops;
 {  {
    int                 status;     int                 status;
    HTRequest          *rqp = NULL;     HTRequest          *rqp = NULL;
 #ifndef _WINDOWS  #  ifndef _WINDOWS
    AHTReqContext      *me;     AHTReqContext      *me;
 #endif /* _WINDOWS */  
   
    int                 v;     int                 v;
   #  endif /* _WINDOWS */
   
   
    /* Libwww 5.0a does not take into account the third parameter     /* Libwww 5.0a does not take into account the third parameter
       **  for this function call */        **  for this function call */

Removed from v.1.54  
changed lines
  Added in v.1.55


Webmaster