summaryrefslogtreecommitdiff
path: root/ftp.h
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-07-17 20:00:31 +0000
committerewt <devnull@localhost>1996-07-17 20:00:31 +0000
commit56a9277121e87d207f0ecd56ddf8d8c2179cf8f7 (patch)
tree7b39a508427fc1168a6974cd39d149c87b5aa7d6 /ftp.h
parentaed3be5ee5f84eeca72a61f15f116ed62e58b5c9 (diff)
downloadrpm-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp.h b/ftp.h
index dc57ab556..aed9cc483 100644
--- a/ftp.h
+++ b/ftp.h
@@ -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);