From c9b536edc1c111028acf0b4abf77d0647f0e62c6 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 6 Sep 2002 03:16:28 +0000 Subject: [PATCH] Fix up headers --- include/ldap_pvt.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/ldap_pvt.h b/include/ldap_pvt.h index 5100b14b77..4150e41700 100644 --- a/include/ldap_pvt.h +++ b/include/ldap_pvt.h @@ -121,6 +121,15 @@ LDAP_F (void) ldap_pvt_hex_unescape LDAP_P(( char *s )); #define LDAP_HEX(c) (LDAP_DIGIT(c) || \ LDAP_HEXLOWER(c) || LDAP_HEXUPPER(c)) +/* controls.c */ +struct ldapcontrol; +LDAP_F (struct ldapcontrol *) ldap_control_dup LDAP_P(( + const struct ldapcontrol *ctrl )); + +LDAP_F (struct ldapcontrol **) ldap_controls_dup LDAP_P(( + struct ldapcontrol *const *ctrls )); + + #ifdef HAVE_CYRUS_SASL /* cyrus.c */ struct sasl_security_properties; /* avoid pulling in */ -- 2.39.5