From fee915936394cebed78146c4bddb559eeeacf5d8 Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 25 Apr 1995 15:08:02 +0000 Subject: Now check all the warning purges and general clean-up in on the second pass. --- lib/libftp/FtpLibrary.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lib/libftp/FtpLibrary.h') diff --git a/lib/libftp/FtpLibrary.h b/lib/libftp/FtpLibrary.h index 02aa662..9a045d8 100644 --- a/lib/libftp/FtpLibrary.h +++ b/lib/libftp/FtpLibrary.h @@ -20,6 +20,8 @@ Commercial usage is also possible with participation of it's author. extern "C" { #endif #include +#include +#include #include #include #include @@ -174,6 +176,9 @@ STATUS FtpPort ( FTP *con ,int ,int ,int ,int ,int ,int ); STATUS FtpOpenDir( FTP * con , char * files ); STATUS FtpClose ( FTP *); +STATUS FtpReadBlock(FTP *ftp, char *buffer, int size); +STATUS FtpWriteBlock(FTP *ftp, char *buffer, int size); + /* Command for hand transfer */ STATUS FtpRead ( FTP * con); -- cgit v1.1