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 31 by hirohitohigashi, Sat Feb 28 13:12:23 2009 UTC revision 33 by hirohitohigashi, Sun Mar 1 00:51:11 2009 UTC
# Line 41  Line 41 
41    
42  /***** Global variables *****************************************************/  /***** Global variables *****************************************************/
43  /***** Function prototypes **************************************************/  /***** Function prototypes **************************************************/
44    #ifdef __cplusplus
45    extern "C" {
46    #endif
47  int sendn( int sd, const char *buf, int len, int flags );  int sendn( int sd, const char *buf, int len, int flags );
48  int ftp_send_command( LIBOFTP *ftp, const char *cmd );  int ftp_send_command( LIBOFTP *ftp, const char *cmd );
49  int ftp_receive_response( LIBOFTP *ftp, char *res_buf, int bufsiz );  int ftp_receive_response( LIBOFTP *ftp, char *res_buf, int bufsiz );
# Line 55  int snprintf( char *, int, char *, ... ) Line 58  int snprintf( char *, int, char *, ... )
58    
59  /***** Inline functions *****************************************************/  /***** Inline functions *****************************************************/
60    
61    #ifdef __cplusplus
62    }
63    #endif
64    
65  #endif  #endif

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

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