]> git.sur5r.net Git - openldap/blob - servers/slapd/back-perl/external.h
rework static backend initialization
[openldap] / servers / slapd / back-perl / 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 John C. Quillan.
6  * Portions Copyright 2002 myinternet Limited.
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 file LICENSE in the
14  * top-level directory of the distribution or, alternatively, at
15  * <http://www.OpenLDAP.org/license.html>.
16  */
17
18 #ifndef _PERL_EXTERNAL_H
19 #define _PERL_EXTERNAL_H
20
21 LDAP_BEGIN_DECL
22
23 extern BI_init          perl_back_initialize;
24
25 LDAP_END_DECL
26
27 #endif /* _PERL_EXTERNAL_H */