Diff for /Amaya/amaya/libwww.h between versions 1.11 and 1.12

version 1.11, 1997/11/12 13:45:43 version 1.12, 1998/01/26 17:26:57
Line 64  typedef int XtInputId; Line 64  typedef int XtInputId;
   
 /* The structure used for requests */  /* The structure used for requests */
   
 typedef void        TIcbf (void *request_context, const char *data_block, int data_block_size, int request_status);  typedef void        TIcbf (Document doc, int status, char *urlName, 
                              char *outputfile, const char *content_type,
                              const char *data_block, int data_block_size, 
                              void *context);
   
   typedef void  TTcbf (Document doc, int status, char *urlName, 
                        char *outputfile, const char *content_type,
                        void *context);
   
 typedef void        TTcbf (void *request_context, int request_status);  
   
 typedef struct _AHTReqContext  typedef struct _AHTReqContext
   {    {

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


Webmaster