mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-13 14:27:59 +08:00
ITS#9380 - Fix return type for connection_write_resume
This commit is contained in:
parent
db46f88853
commit
2f0883d161
@ -2018,7 +2018,7 @@ int connection_write(ber_socket_t s)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int connection_write_resume( Connection *c )
|
||||
void connection_write_resume( Connection *c )
|
||||
{
|
||||
Operation *op;
|
||||
|
||||
|
@ -809,7 +809,7 @@ LDAP_SLAPD_F (const char *) connection_state2str LDAP_P(( int state ))
|
||||
|
||||
LDAP_SLAPD_F (int) connection_read_activate LDAP_P((ber_socket_t s));
|
||||
LDAP_SLAPD_F (int) connection_write LDAP_P((ber_socket_t s));
|
||||
LDAP_SLAPD_F (int) connection_write_resume LDAP_P((Connection *c));
|
||||
LDAP_SLAPD_F (void) connection_write_resume LDAP_P((Connection *c));
|
||||
|
||||
LDAP_SLAPD_F (void) connection_op_finish LDAP_P((
|
||||
Operation *op ));
|
||||
|
Loading…
x
Reference in New Issue
Block a user