summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/url.h
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-12-22 16:48:28 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-12-22 16:48:28 +0000
commitb0f87236c9e3fdfe75732701838df534fba3d423 (patch)
tree4c0b9d56a0f27d2a28a573468adbdc1d1a1180d1 /mdk-stage1/url.h
parent987ef842df82c75a8edc2e6a08cec5cd59db8c53 (diff)
downloaddrakx-b0f87236c9e3fdfe75732701838df534fba3d423.tar
drakx-b0f87236c9e3fdfe75732701838df534fba3d423.tar.gz
drakx-b0f87236c9e3fdfe75732701838df534fba3d423.tar.bz2
drakx-b0f87236c9e3fdfe75732701838df534fba3d423.tar.xz
drakx-b0f87236c9e3fdfe75732701838df534fba3d423.zip
http proxy support for ftp/http install contributed by Olivier Blin <blino at mandrake.org>
Diffstat (limited to 'mdk-stage1/url.h')
-rw-r--r--mdk-stage1/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/url.h b/mdk-stage1/url.h
index 5a59bd814..d4f7f3992 100644
--- a/mdk-stage1/url.h
+++ b/mdk-stage1/url.h
@@ -26,7 +26,7 @@ int ftp_open_connection(char * host, char * name, char * password, char * proxy)
int ftp_start_download(int sock, char * remotename, int * size);
int ftp_end_data_command(int sock);
-int http_download_file(char * hostname, char * remotename, int * size);
+int http_download_file(char * hostname, char * remotename, int * size, char * proxyprotocol, char * proxyname, char * proxyport);
#define FTPERR_BAD_SERVER_RESPONSE -1