From 8f3c8fbf04bb4a2ab9e54065d0a44a63dfdc145a Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 5 Feb 2001 23:58:59 +0000 Subject: Fixed wrong return type for ftpLoginAf() in synopsis. --- lib/libftpio/ftpio.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libftpio/ftpio.3') diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 6d12149..a1d0195 100644 --- a/lib/libftpio/ftpio.3 +++ b/lib/libftpio/ftpio.3 @@ -74,7 +74,7 @@ .Fn ftpGetURL "char *url" "char *user" "char *passwd" "int *retcode" .Ft FILE * .Fn ftpPutURL "char *url" "char *user" "char *passwd" "int *retcode" -.Ft int +.Ft FILE * .Fn ftpLoginAf "char *host" "int af" "char *user" "char *passwd" "int ftp_port" "int verbose" "int *retcode" .Ft FILE * .Fn ftpGetURLAf "char *url" "int af" "char *user" "char *passwd" "int *retcode" -- cgit v1.1