Skip to content
Snippets Groups Projects
Commit 59f2afae authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

fix partial commit of rebind changes

parent 11b6d1f2
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment