Misc cleanup

This commit is contained in:
Kurt Zeilenga 2001-12-27 00:31:55 +00:00
parent b144879650
commit b503ca65ee
2 changed files with 10 additions and 11 deletions

View file

@ -33,6 +33,16 @@ extern BI_op_unbind bdb_unbind;
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
#endif /* _BDB_EXTERNAL_H */

View file

@ -277,17 +277,6 @@ int bdb_modify_internal(
*/
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
#endif /* _PROTO_BDB_H */