diff options
author | ewt <devnull@localhost> | 1996-07-17 20:00:31 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1996-07-17 20:00:31 +0000 |
commit | 56a9277121e87d207f0ecd56ddf8d8c2179cf8f7 (patch) | |
tree | 7b39a508427fc1168a6974cd39d149c87b5aa7d6 /ftp.h | |
parent | aed3be5ee5f84eeca72a61f15f116ed62e58b5c9 (diff) | |
download | rpm-56a9277121e87d207f0ecd56ddf8d8c2179cf8f7.tar.gz rpm-56a9277121e87d207f0ecd56ddf8d8c2179cf8f7.tar.bz2 rpm-56a9277121e87d207f0ecd56ddf8d8c2179cf8f7.zip |
began adding support for proxy ftp, though it doesn't work yet
CVS patchset: 874
CVS date: 1996/07/17 20:00:31
Diffstat (limited to 'ftp.h')
-rw-r--r-- | ftp.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ const char * ftpStrerror(int ftpErrno); #define FTPERR_FAILED_DATA_CONNECT -9 #define FTPERR_UNKNOWN -100 -int ftpOpen(char * host, char * name, char * password); +int ftpOpen(char * host, char * name, char * password, char * proxy); int ftpGetFile(int sock, char * remotename, int dest); void ftpClose(int sock); |