mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
declaration of bdb_idl_entry_cmp()
This commit is contained in:
parent
2e31af9ca1
commit
0d0d5ffddf
@ -171,6 +171,10 @@ void bdb_entry_free ( Entry *e );
|
||||
/*
|
||||
* idl.c
|
||||
*/
|
||||
#ifdef SLAP_IDL_CACHE
|
||||
int bdb_idl_entry_cmp( const void*, const void* );
|
||||
#endif
|
||||
|
||||
unsigned bdb_idl_search( ID *ids, ID id );
|
||||
|
||||
int bdb_bt_compare(
|
||||
|
Loading…
Reference in New Issue
Block a user