From b41a79fe16ab2ff3fad2358a4eebf31fb01add01 Mon Sep 17 00:00:00 2001 From: Juan Gomez Date: Fri, 5 Mar 1999 01:28:38 +0000 Subject: [PATCH] Renamed 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/slapd/back-bdb2/proto-back-bdb2.h b/servers/slapd/back-bdb2/proto-back-bdb2.h index ae7e550da0..e8e3b6f425 100644 --- a/servers/slapd/back-bdb2/proto-back-bdb2.h +++ b/servers/slapd/back-bdb2/proto-back-bdb2.h @@ -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 -- 2.39.5