From acd4bb1a8495ca6be57dbc4ec50ef683678c7ba2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 15 Jun 2001 04:31:55 +0000 Subject: [PATCH] More clean up --- include/ldap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/ldap.h b/include/ldap.h index 60822da44a..085171242d 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -568,7 +568,8 @@ 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, + ber_tag_t request, ber_int_t msgid, void *params )); LDAP_F( int ) -- 2.39.5