mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
fix partial commit of rebind changes
This commit is contained in:
parent
11b6d1f284
commit
59f2afae81
@ -568,12 +568,14 @@ ldap_set_option LDAP_P((
|
||||
|
||||
/* V3 REBIND Function Callback Prototype */
|
||||
typedef int (LDAP_REBIND_PROC) LDAP_P((
|
||||
LDAP *ld, LDAP_CONST char *url, int request, ber_int_t msgid ));
|
||||
LDAP *ld, LDAP_CONST char *url, int request, ber_int_t msgid,
|
||||
void *params ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_set_rebind_proc LDAP_P((
|
||||
LDAP *ld,
|
||||
LDAP_REBIND_PROC *ldap_proc));
|
||||
LDAP_REBIND_PROC *ldap_proc,
|
||||
void *params ));
|
||||
|
||||
/*
|
||||
* in controls.c:
|
||||
|
Loading…
Reference in New Issue
Block a user