Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/liboftp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 32 by hirohitohigashi, Sat Feb 28 15:03:18 2009 UTC revision 33 by hirohitohigashi, Sun Mar 1 00:51:11 2009 UTC
# Line 46  typedef struct Line 46  typedef struct
46    
47  /***** Global variables *****************************************************/  /***** Global variables *****************************************************/
48  /***** Function prototypes **************************************************/  /***** Function prototypes **************************************************/
49    #ifdef __cplusplus
50    extern "C" {
51    #endif
52    
53  int ftp_initialize( LIBOFTP *ftp );  int ftp_initialize( LIBOFTP *ftp );
54  int ftp_open( LIBOFTP *ftp, const char *host, int port );  int ftp_open( LIBOFTP *ftp, const char *host, int port );
55  int ftp_user( LIBOFTP *ftp, const char *user, const char *pass );  int ftp_user( LIBOFTP *ftp, const char *user, const char *pass );
# Line 82  int ftp_cd( LIBOFTP *ftp, const char *di Line 86  int ftp_cd( LIBOFTP *ftp, const char *di
86  /***** Inline functions *****************************************************/  /***** Inline functions *****************************************************/
87    
88    
89    #ifdef __cplusplus
90    }
91    #endif
92    
93  #endif  #endif

Legend:
Removed from v.32  
changed lines
  Added in v.33

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26