Diff for /XML/nanoftp.h between versions 1.6 and 1.7

version 1.6, 2000/01/31 12:49:23 version 1.7, 2000/04/03 18:45:48
Line 8 Line 8
     
 #ifndef __NANO_FTP_H__  #ifndef __NANO_FTP_H__
 #define __NANO_FTP_H__  #define __NANO_FTP_H__
   
   #include <libxml/xmlversion.h>
   #ifdef LIBXML_FTP_ENABLED
   
 #ifdef __cplusplus  #ifdef __cplusplus
 extern "C" {  extern "C" {
 #endif  #endif
Line 101  int xmlNanoFTPRead  (void *ctx, Line 105  int xmlNanoFTPRead  (void *ctx,
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
   #endif /* LIBXML_FTP_ENABLED */
 #endif  #endif
 #endif /* __NANO_FTP_H__ */  #endif /* __NANO_FTP_H__ */

Removed from v.1.6  
changed lines
  Added in v.1.7


Webmaster