Develop and Download Open Source Software
Login
Create Account
Help
MY OSDN
Find Software
Magazine
Develop
Pastebin
Software
People
PersonalForge
Magazine
Wiki
OSDN
>
Find Software
>
libOftp
libOftp
Summary
Project Summary
Developer Dashboard
Project Reviews
Web Page
Developers
List of RSS Feeds
Statistics
History
Image Gallery
Search Keywords
News
Listed News
Help
Downloads
List of Releases
Help
Source Code
Guide
Browse SVN
Help
Wiki
FrontPage
Title index
Recent changes
Wiki Search
Help
Forums
List of Forums
Open Discussion (1)
Help (1)
Developers (1)
Help
Mailing Lists
list of ML
Help
Ticket
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Help
Browse Subversion Repository
/
[liboftp]
/
tags
/
REL-2.2
/
liboftp.h
Diff of /tags/REL-2.2/liboftp.h
Parent Directory
|
Revision Log
|
Patch
revision
32
by
hirohitohigashi
, Sat Feb 28 15:03:18 2009 UTC
revision
33
by
hirohitohigashi
, Sun Mar 1 00:51:11 2009 UTC
#
Line 46
typedef struct
Line 46
typedef struct
46
47
/***** Global variables *****************************************************/
/***** Global variables *****************************************************/
48
/***** Function prototypes **************************************************/
/***** Function prototypes **************************************************/
49
#ifdef __cplusplus
50
extern "C" {
51
#endif
52
53
int ftp_initialize( LIBOFTP *ftp );
int ftp_initialize( LIBOFTP *ftp );
54
int ftp_open( LIBOFTP *ftp, const char *host, int port );
int ftp_open( LIBOFTP *ftp, const char *host, int port );
55
int ftp_user( LIBOFTP *ftp, const char *user, const char *pass );
int ftp_user( LIBOFTP *ftp, const char *user, const char *pass );
#
Line 82
int ftp_cd( LIBOFTP *ftp, const char *di
Line 86
int ftp_cd( LIBOFTP *ftp, const char *di
86
/***** Inline functions *****************************************************/
/***** Inline functions *****************************************************/
87
88
89
#ifdef __cplusplus
90
}
91
#endif
92
93
#endif
#endif
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
Legend:
Removed from v.32
changed lines
Added in v.33
Back to OSDN
">
Back to OSDN
ViewVC Help
Powered by
ViewVC 1.1.26