summaryrefslogtreecommitdiffstats
path: root/lib/libftp/FtpLibrary.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-04-25 15:08:02 +0000
committerjkh <jkh@FreeBSD.org>1995-04-25 15:08:02 +0000
commitfee915936394cebed78146c4bddb559eeeacf5d8 (patch)
tree9b41805883586269b27067b1538439a945b6b2e1 /lib/libftp/FtpLibrary.h
parente20597c1efe3291616fa34994320d3b84f438406 (diff)
downloadFreeBSD-src-fee915936394cebed78146c4bddb559eeeacf5d8.zip
FreeBSD-src-fee915936394cebed78146c4bddb559eeeacf5d8.tar.gz
Now check all the warning purges and general clean-up in on the second
pass.
Diffstat (limited to 'lib/libftp/FtpLibrary.h')
-rw-r--r--lib/libftp/FtpLibrary.h5
1 files changed, 5 insertions, 0 deletions
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 <stdio.h>
+#include <string.h>
+#include <stdlib.h>
#include <sys/types.h>
#include <sys/time.h>
#include <sys/timeb.h>
@@ -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);
OpenPOWER on IntegriCloud