]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Allow identical duplicate OID macro definitions. Makes it harmless
[openldap] / servers / slapd / proto-slap.h
index 806265bbc58112dc5cbc07dc34dc1e05e301bcf4..64fef397b2a94ed0c4f8cd7c5c604a607291a36c 100644 (file)
@@ -230,6 +230,8 @@ LDAP_SLAPD_F (int) is_at_subtype LDAP_P((
        AttributeType *sub,
        AttributeType *super ));
 
+LDAP_SLAPD_F (const char *) at_syntax LDAP_P((
+       AttributeType *at ));
 LDAP_SLAPD_F (int) is_at_syntax LDAP_P((
        AttributeType *at,
        const char *oid ));
@@ -1115,6 +1117,12 @@ LDAP_SLAPD_F( void ) slap_mods_opattrs(
        Modifications **modsp,
        int manage_ctxcsn );
 
+LDAP_SLAPD_F( int ) slap_parse_modlist(
+       Operation *op,
+       SlapReply *rs,
+       BerElement *ber,
+       req_modify_s *ms );
+
 /*
  * mods.c
  */