]> git.sur5r.net Git - openldap/commitdiff
Misc cleanup
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Dec 2001 00:31:55 +0000 (00:31 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Dec 2001 00:31:55 +0000 (00:31 +0000)
servers/slapd/back-bdb/external.h
servers/slapd/back-bdb/proto-bdb.h

index 6d7c52a2bc4fc1387cf81774e5bb2b42858e24bc..7f17d257e739e125be43b838d51f76a7d1338d59 100644 (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 */
index 614af841160c6b19d60fc63b59c1f268f980eeca..30d7509f5c4c02aacd4b367137f048ff4d7d3d58 100644 (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 */