added ftpGetFileDesc(), ftpGetFileDone()
authorewt <devnull@localhost>
Tue, 15 Oct 1996 02:14:32 +0000 (02:14 +0000)
committerewt <devnull@localhost>
Tue, 15 Oct 1996 02:14:32 +0000 (02:14 +0000)
CVS patchset: 1087
CVS date: 1996/10/15 02:14:32

ftp.h

diff --git a/ftp.h b/ftp.h
index aed9cc4..e3582ad 100644 (file)
--- a/ftp.h
+++ b/ftp.h
@@ -16,6 +16,8 @@ const char * ftpStrerror(int ftpErrno);
 
 int ftpOpen(char * host, char * name, char * password, char * proxy);
 int ftpGetFile(int sock, char * remotename, int dest);
+int ftpGetFileDesc(int sock, char * remotename);
+int ftpGetFileDone(int sock);
 void ftpClose(int sock);
 
 #endif