Diff for /XML/nanohttp.h between versions 1.2 and 1.3

version 1.2, 1999/09/18 15:26:12 version 1.3, 1999/09/18 21:21:33
Line 12  int xmlNanoHTTPFetch (const char *URL, Line 12  int xmlNanoHTTPFetch (const char *URL,
                                  const char *filename);                                   const char *filename);
 void *  xmlNanoHTTPOpen         (const char *URL,  void *  xmlNanoHTTPOpen         (const char *URL,
                                  char **contentType);                                   char **contentType);
 void    xmlNanoHTTPClose        (void *ctx);  int     xmlNanoHTTPRead         (void *ctx,
                                    void *dest,
                                    int len);
 void    xmlNanoHTTPClose        (void *ctx);  void    xmlNanoHTTPClose        (void *ctx);
 #endif /* __NANO_HTTP_H__ */  #endif /* __NANO_HTTP_H__ */

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


Webmaster