]> git.sur5r.net Git - openldap/commit
Rename
authorJuan Gomez <gomez@openldap.org>
Fri, 5 Mar 1999 01:33:32 +0000 (01:33 +0000)
committerJuan Gomez <gomez@openldap.org>
Fri, 5 Mar 1999 01:33:32 +0000 (01:33 +0000)
commit9fc5e8a409a33e008b0c92af353f382b2876e797
treec5ed14cbc3691dae2d7feb337f5a44d3fc14de4e
parentb41a79fe16ab2ff3fad2358a4eebf31fb01add01
Rename
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 backends can coexist.
servers/slapd/back-bdb2/modify.c