Develop and Download Open Source Software

Browse Subversion Repository

Diff of /tags/REL-2.2/sub.h

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

revision 20 by hirohitohigashi, Fri Feb 27 11:30:10 2009 UTC revision 26 by hirohitohigashi, Sat Feb 28 02:04:32 2009 UTC
# Line 33  int recv_line( int sd, char *buf, int bu Line 33  int recv_line( int sd, char *buf, int bu
33  int ftp_send_command( LIBOFTP *ftp, const char *cmd );  int ftp_send_command( LIBOFTP *ftp, const char *cmd );
34  int ftp_receive_response( LIBOFTP *ftp, char *res_buf, int bufsiz );  int ftp_receive_response( LIBOFTP *ftp, char *res_buf, int bufsiz );
35  int ftp_set_so_rcvtimeo( int sock, int sec, int usec );  int ftp_set_so_rcvtimeo( int sock, int sec, int usec );
36  int ftp_send_pasv( LIBOFTP *ftp );  int ftp_getready_active( LIBOFTP *ftp, const char *cmd, const char *fname );
37  int ftp_openport_pasv( LIBOFTP *ftp );  int ftp_getready_pasv( LIBOFTP *ftp, const char *cmd, const char *fname );
 int ftp_getready_active( LIBOFTP *ftp, const char *fname, const char *cmd );  
 int ftp_getready_pasv( LIBOFTP *ftp, const char *fname, const char *cmd );  
38    
39    
40  #if defined( __QNX__ ) && !defined( __QNXNTO__ )  #if defined( __QNX__ ) && !defined( __QNXNTO__ )

Legend:
Removed from v.20  
changed lines
  Added in v.26

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