mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Merge remote branch 'origin/mdb.master'
This commit is contained in:
commit
8917b774f7
File diff suppressed because it is too large
Load Diff
@ -148,7 +148,7 @@ unsigned mdb_mid2l_search( ID2L ids, ID id );
|
||||
/** Insert an ID2 into a ID2L.
|
||||
* @param[in,out] ids The ID2L to insert into.
|
||||
* @param[in] id The ID2 to insert.
|
||||
* @return 0 on success, -1 if the ID was already present in the MIDL2.
|
||||
* @return 0 on success, -1 if the ID was already present in the ID2L.
|
||||
*/
|
||||
int mdb_mid2l_insert( ID2L ids, ID2 *id );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user