X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_pvt.h;h=4150e417003d6170bf7e829e560658bec28bc5c9;hb=5f8855fc403b73d216fbec32261c2992bfe69c17;hp=5100b14b7763ce9566103a2ad8342f28d603822d;hpb=4046c4226ea5f0010f6d6cecc8a9c4aa290304cf;p=openldap 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 */