mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
ldbm -> bdb2
This commit is contained in:
parent
516db68b05
commit
08e617941c
1 changed files with 3 additions and 3 deletions
|
|
@ -8,12 +8,12 @@
|
|||
#include <ac/string.h>
|
||||
|
||||
#include "slap.h"
|
||||
#include "back-ldbm.h"
|
||||
#include "proto-back-ldbm.h"
|
||||
#include "back-bdb2.h"
|
||||
#include "proto-back-bdb2.h"
|
||||
|
||||
|
||||
int
|
||||
ldbm_back_entry_release_rw(
|
||||
bdb2_back_entry_release_rw(
|
||||
BackendDB *be,
|
||||
Entry *e,
|
||||
int rw
|
||||
|
|
|
|||
Loading…
Reference in a new issue