diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-02-05 23:58:59 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-02-05 23:58:59 +0000 |
| commit | 3a6d3fb0cd2c57e1e46b969216a53c360544c420 (patch) | |
| tree | 83800e543d150132c47602b18547f2b1fce581db | |
| parent | c38fecdd5cd2ce37d6fe0744301ce9ef28c4d9e5 (diff) | |
Notes
| -rw-r--r-- | lib/libftpio/ftpio.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libftpio/ftpio.3 b/lib/libftpio/ftpio.3 index 6d1214958fdaf..a1d0195c8c608 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" |
