]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/external.h
Converted ch_malloc, ch_calloc and ch_realloc calls to SLAP_MALLOC,
[openldap] / servers / slapd / back-bdb / external.h
index 6d7c52a2bc4fc1387cf81774e5bb2b42858e24bc..9e595ef9ff622a4342f8578969c19a2537092282 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -21,18 +21,32 @@ extern BI_op_compare        bdb_compare;
 
 extern BI_op_delete    bdb_delete;
 
-extern BI_op_abandon   bdb_abandon;
-
 extern BI_op_modify    bdb_modify;
 
 extern BI_op_modrdn    bdb_modrdn;
 
 extern BI_op_search    bdb_search;
 
-extern BI_op_unbind    bdb_unbind;
+extern BI_op_extended  bdb_extended;
 
 extern BI_chk_referrals        bdb_referrals;
 
+extern BI_operational  bdb_operational;
+
+#ifdef SLAP_X_FILTER_HASSUBORDINATES
+extern BI_has_subordinates bdb_hasSubordinates;
+#endif /* SLAP_X_FILTER_HASSUBORDINATES */
+
+/* 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 */