Fixed wrong return type for ftpLoginAf() in synopsis.

This commit is contained in:
Bruce Evans 2001-02-05 23:58:59 +00:00
parent c38fecdd5c
commit 3a6d3fb0cd

View File

@ -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"