]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Extend value_match to extract an asserted value from a full value
[openldap] / servers / slapd / proto-slap.h
index e8bf36c2f8fd6a339ca12f6c5e7e6f80162dfc66..05acf2ded56cb0bdd30cec16531189c677fd1342 100644 (file)
@@ -28,12 +28,8 @@ LDAP_SLAPD_F (int) slap_bv2ad LDAP_P((
 LDAP_SLAPD_F (AttributeDescription *) ad_dup LDAP_P((
        AttributeDescription *desc ));
 
-LDAP_SLAPD_F (void) ad_free LDAP_P((
-       AttributeDescription *desc,
-       int freeit ));
-
 #define ad_cmp(l,r)    ( strcasecmp( \
-       (l)->ad_cname->bv_val, (r)->ad_cname->bv_val ))
+       (l)->ad_cname.bv_val, (r)->ad_cname.bv_val ))
 
 LDAP_SLAPD_F (int) is_ad_subtype LDAP_P((
        AttributeDescription *sub,