]> git.sur5r.net Git - openldap/blob - servers/slapd/back-monitor/external.h
Added ppolicy_hide_lockout keyword
[openldap] / servers / slapd / back-monitor / external.h
1 /* $OpenLDAP$ */
2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3  *
4  * Copyright 2001-2004 The OpenLDAP Foundation.
5  * Portions Copyright 2001-2003 Pierangelo Masarati.
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 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 Pierangelo Masarati for inclusion
18  * in OpenLDAP Software.
19  */
20
21 #ifndef _MONITOR_EXTERNAL_H
22 #define _MONITOR_EXTERNAL_H
23
24 LDAP_BEGIN_DECL
25
26 extern BI_init  monitor_back_initialize;
27 extern BI_db_init       monitor_back_db_init;
28 extern BI_db_open       monitor_back_db_open;
29 extern BI_config        monitor_back_config;
30 extern BI_db_config     monitor_back_db_config;
31
32 extern BI_db_destroy    monitor_back_db_destroy;
33
34 extern BI_op_search     monitor_back_search;
35 extern BI_op_compare    monitor_back_compare;
36 extern BI_op_modify     monitor_back_modify;
37 extern BI_op_bind       monitor_back_bind;
38 extern BI_operational   monitor_back_operational;
39
40 LDAP_END_DECL
41
42 #endif /* _MONITOR_EXTERNAL_H */