]> git.sur5r.net Git - openldap/commitdiff
update headers
authorKurt Zeilenga <kurt@openldap.org>
Fri, 6 Sep 2002 03:21:09 +0000 (03:21 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 6 Sep 2002 03:21:09 +0000 (03:21 +0000)
libraries/libldap/ldap-int.h

index 5e44c3287dd399130b723ddcab8b0cd1edd0995a..01fe78bac11cae779cf74593372d9fef0b986b4e 100644 (file)
@@ -370,12 +370,6 @@ LDAP_F (int) ldap_check_cache LDAP_P(( LDAP *ld, ber_tag_t msgtype, BerElement *
 /*
  * in controls.c
  */
-LDAP_F (LDAPControl *) ldap_control_dup LDAP_P((
-       const LDAPControl *ctrl ));
-
-LDAP_F (LDAPControl **) ldap_controls_dup LDAP_P((
-       LDAPControl *const *ctrls ));
-
 LDAP_F (int) ldap_int_get_controls LDAP_P((
        BerElement *be,
        LDAPControl ***ctrlsp));