mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
Misc cleanup
This commit is contained in:
parent
b144879650
commit
b503ca65ee
2 changed files with 10 additions and 11 deletions
|
|
@ -33,6 +33,16 @@ extern BI_op_unbind bdb_unbind;
|
||||||
|
|
||||||
extern BI_chk_referrals bdb_referrals;
|
extern BI_chk_referrals bdb_referrals;
|
||||||
|
|
||||||
|
/* tools.c */
|
||||||
|
extern BI_tool_entry_open bdb_tool_entry_open;
|
||||||
|
extern BI_tool_entry_close bdb_tool_entry_close;
|
||||||
|
extern BI_tool_entry_next bdb_tool_entry_next;
|
||||||
|
extern BI_tool_entry_get bdb_tool_entry_get;
|
||||||
|
extern BI_tool_entry_put bdb_tool_entry_put;
|
||||||
|
extern BI_tool_entry_reindex bdb_tool_entry_reindex;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
LDAP_END_DECL
|
LDAP_END_DECL
|
||||||
|
|
||||||
#endif /* _BDB_EXTERNAL_H */
|
#endif /* _BDB_EXTERNAL_H */
|
||||||
|
|
|
||||||
|
|
@ -277,17 +277,6 @@ int bdb_modify_internal(
|
||||||
*/
|
*/
|
||||||
BI_op_extended bdb_exop_passwd;
|
BI_op_extended bdb_exop_passwd;
|
||||||
|
|
||||||
/*
|
|
||||||
* tools.c
|
|
||||||
*/
|
|
||||||
BI_tool_entry_open bdb_tool_entry_open;
|
|
||||||
BI_tool_entry_close bdb_tool_entry_close;
|
|
||||||
BI_tool_entry_next bdb_tool_entry_next;
|
|
||||||
BI_tool_entry_get bdb_tool_entry_get;
|
|
||||||
BI_tool_entry_put bdb_tool_entry_put;
|
|
||||||
BI_tool_entry_reindex bdb_tool_entry_reindex;
|
|
||||||
|
|
||||||
|
|
||||||
LDAP_END_DECL
|
LDAP_END_DECL
|
||||||
|
|
||||||
#endif /* _PROTO_BDB_H */
|
#endif /* _PROTO_BDB_H */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue