]> git.sur5r.net Git - openldap/blob - servers/slapd/back-sql/external.h
first step towards removing back-*/external.h
[openldap] / servers / slapd / back-sql / 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 1999 Dmitry Kovalev.
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 initially developed by Dmitry Kovalev for inclusion
18  * by OpenLDAP Software.
19  */
20
21 #ifndef _SQL_EXTERNAL_H
22 #define _SQL_EXTERNAL_H
23
24 LDAP_BEGIN_DECL
25
26 extern BI_init          sql_back_initialize;
27
28 LDAP_END_DECL
29
30 #endif /* _SQL_EXTERNAL_H */