From: Kurt Zeilenga Date: Fri, 15 Jun 2001 04:28:58 +0000 (+0000) Subject: fix partial commit of rebind changes X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1305 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=59f2afae81176fb4dfe766149f9d04c6c7e021e8;p=openldap fix partial commit of rebind changes --- diff --git a/include/ldap.h b/include/ldap.h index f8d661ae80..60822da44a 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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: