]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-null/external.h
honor '!' (objectClass negation) when checking attribute presence in list
[openldap] / servers / slapd / back-null / external.h
index 75e3518606248602809258654d3686aa75db6183..89cd33f0dffcc3477984beaa614c04034f1479b1 100644 (file)
@@ -1,7 +1,22 @@
-/*
- * Copyright 2002-2003 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* $OpenLDAP$ */
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2002-2003 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>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was originally developed by Howard Chu for inclusion
+ * in OpenLDAP Software.
+ */
+
 #ifndef _NULL_EXTERNAL_H
 #define _NULL_EXTERNAL_H
 
@@ -10,7 +25,7 @@ LDAP_BEGIN_DECL
 extern BI_init         null_back_initialize;
 
 extern BI_db_init      null_back_db_init;
-extern BI_db_destroy null_back_db_destroy;
+extern BI_db_destroy   null_back_db_destroy;
 
 extern BI_db_config    null_back_db_config;
 
@@ -18,7 +33,7 @@ extern BI_op_bind     null_back_bind;
 
 extern BI_op_search    null_back_search;
 
-extern BI_op_compare null_back_compare;
+extern BI_op_compare   null_back_compare;
 
 extern BI_op_modify    null_back_modify;