From: Kurt Zeilenga Date: Wed, 31 May 2000 18:01:59 +0000 (+0000) Subject: Fix up referral commit. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2784 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea67f4f7587bc529c6acb4ad47669c922c5653de;p=thirdparty%2Fopenldap.git Fix up referral commit. --- diff --git a/include/ldap.h b/include/ldap.h index fee3e00359..0bba88ef4b 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -723,17 +723,6 @@ ldap_bind_s LDAP_P(( /* deprecated */ LDAP_CONST char *cred, int authmethod )); -LIBLDAP_F( void ) -ldap_set_rebind_proc LDAP_P(( /* deprecated */ - LDAP *ld, - int (*rebindproc) LDAP_P(( - LDAP *ld, - char **dnp, - char **passwdp, - int *authmethodp, - int freeit )))); - - /* * in sbind.c: */