]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/external.h
rework op/rs structures to deal with opeartional attributes
[openldap] / servers / slapd / back-ldbm / external.h
index a683f53e570bf6ef5fce13d2cc29954e148c9cf6..1d28f032025dcab3648b1d671a2fdb14547625c3 100644 (file)
@@ -1,7 +1,16 @@
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 1998-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 _LDBM_EXTERNAL_H
@@ -25,8 +34,6 @@ extern BI_op_extended ldbm_back_extended;
 
 extern BI_op_bind      ldbm_back_bind;
 
-extern BI_op_unbind    ldbm_back_unbind;
-
 extern BI_op_search    ldbm_back_search;
 
 extern BI_op_compare   ldbm_back_compare;
@@ -39,12 +46,10 @@ extern BI_op_add    ldbm_back_add;
 
 extern BI_op_delete    ldbm_back_delete;
 
-extern BI_acl_group    ldbm_back_group;
-
-extern BI_acl_attribute        ldbm_back_attribute;
-
 extern BI_operational  ldbm_back_operational;
 
+extern BI_has_subordinates     ldbm_back_hasSubordinates;
+
 /* hooks for slap tools */
 extern BI_tool_entry_open      ldbm_tool_entry_open;
 extern BI_tool_entry_close     ldbm_tool_entry_close;