]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
remove dependencies on back-{b,h}db
[openldap] / servers / slapd / proto-slap.h
index dac07b4075a215b0ac8bea4a43a2834e86682ffc..4ca9f1dd2a9db8f898443c151eca8eb26d369971 100644 (file)
@@ -258,6 +258,10 @@ LDAP_SLAPD_F (int) attr_merge_one LDAP_P(( Entry *e,
        AttributeDescription *desc,
        struct berval *val,
        struct berval *nval ));
+LDAP_SLAPD_F (int) attr_normalize LDAP_P(( AttributeDescription *desc,
+       BerVarray vals, BerVarray *nvalsp, void *memctx ));
+LDAP_SLAPD_F (int) attr_normalize_one LDAP_P(( AttributeDescription *desc,
+       struct berval *val, struct berval *nval, void *memctx ));
 LDAP_SLAPD_F (int) attr_merge_normalize LDAP_P(( Entry *e,
        AttributeDescription *desc,
        BerVarray vals, void *memctx ));