]> git.sur5r.net Git - openldap/blob - servers/slapd/back-bdb/proto-bdb.h
1cad0d6cc629814ba292e4b6470864cd6853269d
[openldap] / servers / slapd / back-bdb / proto-bdb.h
1 /* $OpenLDAP$ */
2 /*
3  * Copyright 2000 The OpenLDAP Foundation, All Rights Reserved.
4  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
5  */
6
7 #ifndef _PROTO_BDB_H
8 #define _PROTO_BDB_H
9
10 LDAP_BEGIN_DECL
11
12 /*
13  * error.c
14  */
15 void bdb_errcall( const char *pfx, char * msg );
16
17 /*
18  * dn.c
19  */
20 int bdb_index_dn_add(
21         BackendDB *be,
22         DB_TXN *tid,
23         const char *dn,
24         ID id );
25
26 /*
27  * nextid.c
28  */
29 int bdb_next_id( BackendDB *be, DB_TXN *tid, ID *id );
30
31 LDAP_END_DECL
32
33 #endif /* _PROTO_BDB_H */