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]
/
trunk
/
liboftp.h
Diff of /trunk/liboftp.h
Parent Directory
|
Revision Log
|
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 );
Colored Diff
Long Colored Diff
Full Colored Diff
Unidiff
Context Diff
Side by Side
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