]> git.sur5r.net Git - openldap/commitdiff
Renamed
authorJuan Gomez <gomez@openldap.org>
Fri, 5 Mar 1999 01:28:38 +0000 (01:28 +0000)
committerJuan Gomez <gomez@openldap.org>
Fri, 5 Mar 1999 01:28:38 +0000 (01:28 +0000)
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 ));
to
int bdb2i_add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
int bdb2i_delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
int bdb2i_replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
So that ldbm and db2 backend can coexist

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

index ae7e550da0c35d1ba4170e423e560b88dbcef6eb..e8e3b6f42571632ecb7884d5595423d50f10f1df 100644 (file)
@@ -137,9 +137,9 @@ int bdb2i_index_add_values LDAP_P(( BackendDB *be, char *type, struct berval **v
  * 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 ));
+int bdb2i_add_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
+int bdb2i_delete_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
+int bdb2i_replace_values LDAP_P(( Entry *e, LDAPMod *mod, char *dn ));
 
 /*
  * nextid.c