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 17 by hirohitohigashi, Wed Feb 25 13:47:38 2009 UTC revision 20 by hirohitohigashi, Fri Feb 27 11:30:10 2009 UTC
# Line 30  Line 30 
30  /***** Function prototypes **************************************************/  /***** Function prototypes **************************************************/
31  int sendn( int sd, const char *buf, int len, int flags );  int sendn( int sd, const char *buf, int len, int flags );
32  int recv_line( int sd, char *buf, int bufsiz, int flags );  int recv_line( int sd, char *buf, int bufsiz, int flags );
33    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_send_pasv( LIBOFTP *ftp );
37  int ftp_openport_pasv( LIBOFTP *ftp );  int ftp_openport_pasv( LIBOFTP *ftp );
38    int ftp_getready_active( LIBOFTP *ftp, const char *fname, const char *cmd );
39  int ftp_getready_pasv( LIBOFTP *ftp, const char *fname, const char *cmd );  int ftp_getready_pasv( LIBOFTP *ftp, const char *fname, const char *cmd );
40    
41    

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

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