]> git.sur5r.net Git - openldap/blob - servers/slapd/back-meta/external.h
first step towards removing back-*/external.h
[openldap] / servers / slapd / back-meta / external.h
1 /* $OpenLDAP$ */
2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3  *
4  * Copyright 1999-2004 The OpenLDAP Foundation.
5  * Portions Copyright 2001-2003 Pierangelo Masarati.
6  * Portions Copyright 1999-2003 Howard Chu.
7  * All rights reserved.
8  *
9  * Redistribution and use in source and binary forms, with or without
10  * modification, are permitted only as authorized by the OpenLDAP
11  * Public License.
12  *
13  * A copy of this license is available in the file LICENSE in the
14  * top-level directory of the distribution or, alternatively, at
15  * <http://www.OpenLDAP.org/license.html>.
16  */
17 /* ACKNOWLEDGEMENTS:
18  * This work was initially developed by the Howard Chu for inclusion
19  * in OpenLDAP Software and subsequently enhanced by Pierangelo
20  * Masarati.
21  */
22
23 #ifndef META_EXTERNAL_H
24 #define META_EXTERNAL_H
25
26 LDAP_BEGIN_DECL
27
28 extern BI_init                  meta_back_initialize;
29
30 LDAP_END_DECL
31
32 #endif /* META_EXTERNAL_H */