]> git.sur5r.net Git - openldap/commit
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)
commitb41a79fe16ab2ff3fad2358a4eebf31fb01add01
tree2299ee5b530af1d56c57c203592de83e9dd346ea
parent3b5a5b792c24a5ba90505225fc3ef9158494cb3e
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