]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Extend checks to substrings rules. Need to kludge around
[openldap] / servers / slapd / proto-slap.h
index db7d7ba9fa9aa5566bbe8db6f9f6658ee1a02b53..bde85b5368170e99c1ddc8f85d967310c30239ff 100644 (file)
@@ -570,6 +570,10 @@ LDAP_SLAPD_F( int ) slap_mods_opattrs(
 /*
  * mods.c
  */
+LDAP_SLAPD_F( int ) modify_check_duplicates(
+       AttributeDescription *ad, MatchingRule *mr, 
+       BerVarray vals, BerVarray mods,
+       const char **text, char *textbuf, size_t textlen );
 LDAP_SLAPD_F( int ) modify_add_values( Entry *e,
        Modification *mod,
        const char **text, char *textbuf, size_t textlen );