]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-monitor/external.h
Fix LBER_ERROR vs. -1 confusion.
[openldap] / servers / slapd / back-monitor / external.h
index 00d0d2fdce900cfe82f95a0bf8e029bcca74b1ef..90cc486239160a196dd2d47d99f857eedeb72809 100644 (file)
@@ -1,11 +1,8 @@
 /*
- * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 /*
- * Copyright 2001 The OpenLDAP Foundation, All Rights Reserved.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
- * 
  * Copyright 2001, Pierangelo Masarati, All rights reserved. <ando@sys-net.it>
  * 
  * This work has beed deveolped for the OpenLDAP Foundation 
@@ -40,7 +37,7 @@ LDAP_BEGIN_DECL
 
 extern BI_init monitor_back_initialize;
 extern BI_db_init      monitor_back_db_init;
-extern BI_open monitor_back_open;
+extern BI_db_open      monitor_back_db_open;
 extern BI_config       monitor_back_config;
 extern BI_db_config    monitor_back_db_config;
 
@@ -48,7 +45,6 @@ extern BI_db_destroy  monitor_back_db_destroy;
 
 extern BI_op_search    monitor_back_search;
 extern BI_op_compare   monitor_back_compare;
-extern BI_op_abandon   monitor_back_abandon;
 extern BI_op_modify    monitor_back_modify;
 extern BI_op_bind      monitor_back_bind;
 extern BI_operational  monitor_back_operational;