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 */
*/
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 */