]> git.sur5r.net Git - openldap/commitdiff
Made add_values(), delete_values(), and replace_values() so they can be
authorJuan Gomez <gomez@openldap.org>
Wed, 3 Mar 1999 22:00:16 +0000 (22:00 +0000)
committerJuan Gomez <gomez@openldap.org>
Wed, 3 Mar 1999 22:00:16 +0000 (22:00 +0000)
used in implementing modrdn v3.

servers/slapd/back-ldbm/proto-back-ldbm.h

index 14c20cd2a1bb50180f49900092770931fd7295ed..61fc54074d83c7e5853e79e356d50a8526238109 100644 (file)
@@ -127,6 +127,16 @@ int index_add_values LDAP_P(( Backend *be, char *type, struct berval **vals, ID
 #ifdef HAVE_KERBEROS
 /* krbv4_ldap_auth LDAP_P(( Backend *be, struct berval *cred, AUTH_DAT *ad )); */
 #endif
+/*
+ * modify.c
+ * These prototypes are placed here because they are used by modify and
+ * modify rdn which are implemented in different files. 
+ */
+
+int add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
+int delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
+int replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
 
 /*
  * nextid.c