diff options
Diffstat (limited to 'lib/libftpio')
| -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 6815992b1dfc..a92f3628888b 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" |
