mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Add reindex
This commit is contained in:
parent
fdeffe84e1
commit
21cc085854
1 changed files with 1 additions and 0 deletions
|
|
@ -131,6 +131,7 @@ int bdb_tool_entry_close( BackendDB *be );
|
|||
ID bdb_tool_entry_next( BackendDB *be );
|
||||
Entry* bdb_tool_entry_get( BackendDB *be, ID id );
|
||||
ID bdb_tool_entry_put( BackendDB *be, Entry *e );
|
||||
int bdb_tool_entry_reindex( BackendDB *be, ID id );
|
||||
|
||||
|
||||
LDAP_END_DECL
|
||||
|
|
|
|||
Loading…
Reference in a new issue