Document how BIO_get_conn_ip and BIO_get_conn_int_port actually work
No dummy arguments. Reviewed-by: Andy Polyakov <appro@openssl.org>
This commit is contained in:
parent
4b72d5f80c
commit
0e474b8b6f
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ BIO_set_nbio, BIO_do_connect - connect BIO
|
|||
long BIO_set_conn_int_port(BIO *b, char *port);
|
||||
char *BIO_get_conn_hostname(BIO *b);
|
||||
char *BIO_get_conn_port(BIO *b);
|
||||
char *BIO_get_conn_ip(BIO *b, dummy);
|
||||
long BIO_get_conn_int_port(BIO *b, int port);
|
||||
char *BIO_get_conn_ip(BIO *b);
|
||||
long BIO_get_conn_int_port(BIO *b);
|
||||
|
||||
long BIO_set_nbio(BIO *b, long n);
|
||||
|
||||
|
|
Loading…
Reference in a new issue