]> 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 e68286dd85e525b8216d7d62e7b8252f95f9ecaa..1d28f032025dcab3648b1d671a2fdb14547625c3 100644 (file)
@@ -1,7 +1,16 @@
 /* $OpenLDAP$ */
-/*
- * Copyright 1998-2002 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
@@ -37,10 +46,6 @@ 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;