Browse Subversion Repository
Diff of /trunk/sub.h
Parent Directory
| Revision Log
| Patch
| 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 ); |
| 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 |
|
|
| |