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 45 by hirohitohigashi, Wed Mar 4 05:00:43 2009 UTC revision 52 by hirohitohigashi, Wed Mar 24 07:25:48 2010 UTC
# Line 28  Line 28 
28    
29    
30  /***** Macros ***************************************************************/  /***** Macros ***************************************************************/
31    
32    #ifdef __cplusplus
33    extern "C" {
34    #endif
35    
36  /***** Typedefs *************************************************************/  /***** Typedefs *************************************************************/
37  typedef struct  typedef struct
38  {  {
# Line 46  typedef struct Line 51  typedef struct
51    
52  /***** Global variables *****************************************************/  /***** Global variables *****************************************************/
53  /***** Function prototypes **************************************************/  /***** Function prototypes **************************************************/
 #ifdef __cplusplus  
 extern "C" {  
 #endif  
   
54  int ftp_initialize( LIBOFTP *ftp );  int ftp_initialize( LIBOFTP *ftp );
55  int ftp_open( LIBOFTP *ftp, const char *host, int port );  int ftp_open( LIBOFTP *ftp, const char *host, int port );
56  int ftp_user( LIBOFTP *ftp, const char *user, const char *pass );  int ftp_user( LIBOFTP *ftp, const char *user, const char *pass );

Legend:
Removed from v.45  
changed lines
  Added in v.52

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