]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/external.h
Add SLAP_MR_ORDERED_INDEX - support for inequality indexing. Currently
[openldap] / servers / slapd / back-shell / external.h
index 2e687f47f1a0924978f208454397619f363d3fb0..6de49c680ebc574ad61412c321491032fe3f5f81 100644 (file)
@@ -1,8 +1,32 @@
 /* $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>.
  */
+/* Portions Copyright (c) 1995 Regents of the University of Michigan.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of Michigan at Ann Arbor. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+/* ACKNOWLEDGEMENTS:
+ * This work was originally developed by the University of Michigan
+ * (as part of U-MICH LDAP).
+ */
+
 #ifndef _SHELL_EXTERNAL_H
 #define _SHELL_EXTERNAL_H
 
@@ -28,14 +52,12 @@ extern BI_op_compare        shell_back_compare;
 
 extern BI_op_modify    shell_back_modify;
 
-extern BI_op_modrdn    shell_back_modrdn:
+extern BI_op_modrdn    shell_back_modrdn;
 
 extern BI_op_add       shell_back_add;
 
 extern BI_op_delete    shell_back_delete;
 
-extern BI_op_abandon   shell_back_abandon;
-
 LDAP_END_DECL
 
 #endif /* _SHELL_EXTERNAL_H */