Merge remote branch 'origin/mdb.master'

This commit is contained in:
Howard Chu 2011-09-14 11:46:40 -07:00
commit 8917b774f7
2 changed files with 425 additions and 170 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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 );