summaryrefslogtreecommitdiffstats
path: root/loader2/ftp.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/ftp.h')
-rw-r--r--loader2/ftp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loader2/ftp.h b/loader2/ftp.h
index 99f7329d3..1c2a1c634 100644
--- a/loader2/ftp.h
+++ b/loader2/ftp.h
@@ -25,7 +25,8 @@ const char * ftpStrerror(int ftpErrno, urlprotocol protocol);
int ftpOpen(char * host, int family, char * name, char * password,
char * proxy, int port);
int ftpGetFile(int sock, char * remotename, int dest);
-int ftpGetFileDesc(int sock, char * remotename);
+int ftpGetFileDesc(int sock, struct in6_addr host, int family,
+ char * remotename);
int ftpGetFileDone(int sock);
int httpGetFileDesc(char * hostname, int port, char * remotename, char *extraHeaders);