]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-hdb/external.h
Use a separate mutex for the replication timestamp
[openldap] / servers / slapd / back-hdb / external.h
index 4559efd36566dfd47f7e5c67f7d5401450997a32..e6c41ceb00037417f1f894cbae3a5cefb324ddd0 100644 (file)
@@ -1,8 +1,21 @@
 /* $OpenLDAP$ */
-/*
- * Copyright 2000-2003 The OpenLDAP Foundation, All Rights Reserved.
- * Copyright 2003 Howard Chu @ Symas Corp.
- * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
+ *
+ * Copyright 2000-2003 The OpenLDAP Foundation.
+ * Portions Copyright 2003 Howard Chu @ Symas Corp.
+ * 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 _HDB_EXTERNAL_H
@@ -12,8 +25,7 @@
 #define BDB_HIER
 #endif
 
-#undef _BDB_EXTERNAL_H
-#undef BDB_SYMBOL
+extern BI_init hdb_initialize;
 
 #include "../back-bdb/external.h"