]> git.sur5r.net Git - openldap/blob - servers/slapd/back-monitor/external.h
Changed search attrs from struct berval ** to AttributeName *
[openldap] / servers / slapd / back-monitor / external.h
1 /*
2  * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
3  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
4  */
5 /*
6  * Copyright 2001 The OpenLDAP Foundation, All Rights Reserved.
7  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
8  * 
9  * Copyright 2001, Pierangelo Masarati, All rights reserved. <ando@sys-net.it>
10  * 
11  * This work has beed deveolped for the OpenLDAP Foundation 
12  * in the hope that it may be useful to the Open Source community, 
13  * but WITHOUT ANY WARRANTY.
14  * 
15  * Permission is granted to anyone to use this software for any purpose
16  * on any computer system, and to alter it and redistribute it, subject
17  * to the following restrictions:
18  * 
19  * 1. The author and SysNet s.n.c. are not responsible for the consequences
20  *    of use of this software, no matter how awful, even if they arise from
21  *    flaws in it.
22  * 
23  * 2. The origin of this software must not be misrepresented, either by
24  *    explicit claim or by omission.  Since few users ever read sources,
25  *    credits should appear in the documentation.
26  * 
27  * 3. Altered versions must be plainly marked as such, and must not be
28  *    misrepresented as being the original software.  Since few users
29  *    ever read sources, credits should appear in the documentation.
30  *    SysNet s.n.c. cannot be responsible for the consequences of the
31  *    alterations.
32  * 
33  * 4. This notice may not be removed or altered.
34  */
35
36 #ifndef _MONITOR_EXTERNAL_H
37 #define _MONITOR_EXTERNAL_H
38
39 LDAP_BEGIN_DECL
40
41 extern BI_init  monitor_back_initialize;
42 extern BI_db_init       monitor_back_db_init;
43 extern BI_open  monitor_back_open;
44 extern BI_config        monitor_back_config;
45 extern BI_db_config     monitor_back_db_config;
46
47 extern BI_db_destroy    monitor_back_db_destroy;
48
49 extern BI_op_search     monitor_back_search;
50 extern BI_op_compare    monitor_back_compare;
51 extern BI_op_abandon    monitor_back_abandon;
52 extern BI_op_modify     monitor_back_modify;
53 extern BI_op_bind       monitor_back_bind;
54 extern BI_operational   monitor_back_operational;
55
56 LDAP_END_DECL
57
58 #endif /* _MONITOR_EXTERNAL_H */