mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Sync this up with ftp.c.
This commit is contained in:
parent
d5285ad858
commit
e7a7980c25
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9808
@ -17,9 +17,6 @@ FTP_t FtpInit();
|
||||
int FtpOpen(FTP_t, char *host, char *user, char *passwd);
|
||||
#define FtpBinary(ftp,bool) { (ftp)->binary = (bool); }
|
||||
#define FtpPassive(ftp,bool) { (ftp)->passive = (bool); }
|
||||
#ifndef STANDALONE_FTP
|
||||
#define FtpDebug(ftp, bool) { (ftp)->fd_debug = (bool); }
|
||||
#endif
|
||||
int FtpChdir(FTP_t, char *);
|
||||
int FtpGet(FTP_t, char *);
|
||||
int FtpEOF(FTP_t);
|
||||
|
Loading…
Reference in New Issue
Block a user