More for 38a3317096a93eb741423c6ab583c41ff131c669

update mdb_tool_idl_add prototype
This commit is contained in:
Howard Chu 2012-09-04 04:44:20 -07:00
parent c9c24fbafe
commit 54a111907b
2 changed files with 2 additions and 4 deletions

View File

@ -370,10 +370,7 @@ extern BI_tool_entry_reindex mdb_tool_entry_reindex;
extern BI_tool_dn2id_get mdb_tool_dn2id_get;
extern BI_tool_entry_modify mdb_tool_entry_modify;
int mdb_tool_idl_add(
MDB_cursor *mc,
struct berval *keys,
ID id );
extern mdb_idl_keyfunc mdb_tool_idl_add;
LDAP_END_DECL

View File

@ -1141,6 +1141,7 @@ mdb_tool_idl_flush( BackendDB *be, MDB_txn *txn )
}
int mdb_tool_idl_add(
BackendDB *be,
MDB_cursor *mc,
struct berval *keys,
ID id )