]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/external.h
Fix ITS#3255, boi_bdb comparisons
[openldap] / servers / slapd / back-bdb / external.h
index 92fda884d8eae41733694f73c8eaccfa442b8cd8..14070c2919b28351ef67e2ced234d448afbeecf7 100644 (file)
@@ -1,7 +1,16 @@
 /* $OpenLDAP$ */
-/*
- * Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2000-2004 The OpenLDAP Foundation.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.
+ *
+ * A copy of this license is available in the file LICENSE in the
+ * top-level directory of the distribution or, alternatively, at
+ * <http://www.OpenLDAP.org/license.html>.
  */
 
 #ifndef _BDB_EXTERNAL_H
@@ -36,6 +45,9 @@ LDAP_BEGIN_DECL
 #define bdb_tool_entry_get                     BDB_SYMBOL(tool_entry_get)
 #define bdb_tool_entry_put                     BDB_SYMBOL(tool_entry_put)
 #define bdb_tool_entry_reindex         BDB_SYMBOL(tool_entry_reindex)
+#define bdb_tool_dn2id_get                     BDB_SYMBOL(tool_dn2id_get)
+#define bdb_tool_id2entry_get          BDB_SYMBOL(tool_id2entry_get)
+#define bdb_tool_entry_modify          BDB_SYMBOL(tool_entry_modify)
 
 extern BI_init bdb_initialize;
 
@@ -70,8 +82,9 @@ 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;
-
-
+extern BI_tool_dn2id_get       bdb_tool_dn2id_get;
+extern BI_tool_id2entry_get    bdb_tool_id2entry_get;
+extern BI_tool_entry_modify    bdb_tool_entry_modify;
 
 LDAP_END_DECL