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 33 by hirohitohigashi, Sun Mar 1 00:51:11 2009 UTC revision 36 by hirohitohigashi, Sun Mar 1 13:40:55 2009 UTC
# Line 57  int ftp_passive( LIBOFTP *ftp, int flag Line 57  int ftp_passive( LIBOFTP *ftp, int flag
57  int ftp_timeout( LIBOFTP *ftp, int sec );  int ftp_timeout( LIBOFTP *ftp, int sec );
58  int ftp_type( LIBOFTP *ftp, const char *type );  int ftp_type( LIBOFTP *ftp, const char *type );
59  int ftp_quit( LIBOFTP *ftp );  int ftp_quit( LIBOFTP *ftp );
60    int ftp_reset( LIBOFTP *ftp );
61  int ftp_site( LIBOFTP *ftp, const char *cmdline );  int ftp_site( LIBOFTP *ftp, const char *cmdline );
62  int ftp_delete( LIBOFTP *ftp, const char *fname );  int ftp_delete( LIBOFTP *ftp, const char *fname );
63  int ftp_rename( LIBOFTP *ftp, const char *from, const char *to );  int ftp_rename( LIBOFTP *ftp, const char *from, const char *to );

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

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