Fixed wrong return type for ftpLoginAf() in synopsis.
This commit is contained in:
parent
c38fecdd5c
commit
3a6d3fb0cd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user