Diff for /Amaya/amaya/libwww.h between versions 1.1 and 1.2

version 1.1, 1997/03/18 12:06:56 version 1.2, 1997/05/30 15:20:03
Line 92  typedef struct _AHTReqContext Line 92  typedef struct _AHTReqContext
      SOCKET             read_sock;              /* read socket associated with the request */       SOCKET             read_sock;              /* read socket associated with the request */
      SOCKET             write_sock;             /* write socket associated with the request */       SOCKET             write_sock;             /* write socket associated with the request */
      SOCKET             except_sock;            /* except socket associated with the request */       SOCKET             except_sock;            /* except socket associated with the request */
   #ifdef _WINDOWS
        int                read_fd_state;               /* gives the current state of the sockets */        
        int                write_fd_state;               /* gives the current state of the sockets */        
        int                except_fd_state;               /* gives the current state of the sockets */        
   #endif      
     /*** End of experimental stuff ****/      /*** End of experimental stuff ****/
   
      char               *outputfile;    /* file to receive incoming data         */       char               *outputfile;    /* file to receive incoming data         */

Removed from v.1.1  
changed lines
  Added in v.1.2


Webmaster