]> git.sur5r.net Git - openldap/commitdiff
fix partial commit of rebind changes
authorKurt Zeilenga <kurt@openldap.org>
Fri, 15 Jun 2001 04:28:58 +0000 (04:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 15 Jun 2001 04:28:58 +0000 (04:28 +0000)
include/ldap.h

index f8d661ae8007556b2307c517893feebaabc9f389..60822da44adbc26e095135744d743bdc32377242 100644 (file)
@@ -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: