2 * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
3 * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
6 * Copyright 2001 The OpenLDAP Foundation, All Rights Reserved.
7 * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
9 * Copyright 2001, Pierangelo Masarati, All rights reserved. <ando@sys-net.it>
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.
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:
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
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.
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
33 * 4. This notice may not be removed or altered.
36 #ifndef _PROTO_BACK_LDBM
37 #define _PROTO_BACK_LDBM
39 #include <ldap_cdefs.h>
48 int monitor_entry_test_flags LDAP_P(( struct monitorentrypriv *mp, int cond ));
53 int monitor_subsys_backend_init LDAP_P(( BackendDB *be ));
58 int monitor_subsys_database_init LDAP_P(( BackendDB *be ));
63 int monitor_subsys_thread_update LDAP_P(( struct monitorinfo *mi, Entry *e ));
68 int monitor_subsys_conn_init LDAP_P(( BackendDB *be ));
69 int monitor_subsys_conn_update LDAP_P(( struct monitorinfo *mi, Entry *e ));
70 int monitor_subsys_conn_create LDAP_P(( struct monitorinfo *mi, const char *ndn, Entry *e_parent, Entry **ep ));
75 int monitor_subsys_readw_update LDAP_P(( struct monitorinfo *mi, Entry *e ));
80 int monitor_subsys_writew_update LDAP_P(( struct monitorinfo *mi, Entry *e ));