]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/proto-slap.h
Fix q[-1] ref in prev commit
[openldap] / servers / slapd / proto-slap.h
index 9f43e56baed48f34c71e2df313b185058016b096..64fef397b2a94ed0c4f8cd7c5c604a607291a36c 100644 (file)
@@ -1117,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
  */