mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-08 16:04:47 -05:00
Fix prototype to match code
This commit is contained in:
parent
027b6812ee
commit
3242a3fab4
1 changed files with 1 additions and 1 deletions
|
|
@ -2251,7 +2251,7 @@ ldap_verify_credentials_s LDAP_P((
|
|||
struct berval **authzid ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_parse_verify_credentials_result LDAP_P((
|
||||
ldap_parse_verify_credentials LDAP_P((
|
||||
LDAP *ld,
|
||||
LDAPMessage *res,
|
||||
struct berval **cookie,
|
||||
|
|
|
|||
Loading…
Reference in a new issue