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

version 1.1, 1999/09/17 10:21:04 version 1.2, 1999/09/18 15:26:12
Line 10 Line 10
 #define __NANO_HTTP_H__  #define __NANO_HTTP_H__
 int     xmlNanoHTTPFetch        (const char *URL,  int     xmlNanoHTTPFetch        (const char *URL,
                                  const char *filename);                                   const char *filename);
 #endif __NANO_HTTP_H__  void *  xmlNanoHTTPOpen         (const char *URL,
                                    char **contentType);
   void    xmlNanoHTTPClose        (void *ctx);
   void    xmlNanoHTTPClose        (void *ctx);
   #endif /* __NANO_HTTP_H__ */

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


Webmaster