]> git.sur5r.net Git - openldap/blob - servers/slapd/back-hdb/external.h
Sync with HEAD
[openldap] / servers / slapd / back-hdb / external.h
1 /* $OpenLDAP$ */
2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3  *
4  * Copyright 2000-2003 The OpenLDAP Foundation.
5  * Portions Copyright 2003 Howard Chu @ Symas Corp.
6  * All rights reserved.
7  *
8  * Redistribution and use in source and binary forms, with or without
9  * modification, are permitted only as authorized by the OpenLDAP
10  * Public License.
11  *
12  * A copy of this license is available in the file LICENSE in the
13  * top-level directory of the distribution or, alternatively, at
14  * <http://www.OpenLDAP.org/license.html>.
15  */
16 /* ACKNOWLEDGEMENTS:
17  * This work was originally developed by Howard Chu for inclusion
18  * in OpenLDAP Software.
19  */
20
21 #ifndef _HDB_EXTERNAL_H
22 #define _HDB_EXTERNAL_H
23
24 #ifndef BDB_HIER
25 #define BDB_HIER
26 #endif
27
28 extern BI_init  hdb_initialize;
29
30 #include "../back-bdb/external.h"
31
32 #endif /* _HDB_EXTERNAL_H */
33