]> git.sur5r.net Git - openldap/blob - servers/slapd/back-shell/external.h
Do not return pointers into BerElement we do not own
[openldap] / servers / slapd / back-shell / external.h
1 /* $OpenLDAP$ */
2 /*
3  * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
4  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
5  */
6 #ifndef _SHELL_EXTERNAL_H
7 #define _SHELL_EXTERNAL_H
8
9 LDAP_BEGIN_DECL
10
11 extern BI_init  shell_back_initialize;
12 extern BI_open  shell_back_open;
13 extern BI_close shell_back_close;
14 extern BI_destroy       shell_back_destroy;
15
16 extern BI_db_init       shell_back_db_init;
17 extern BI_db_destroy    shell_back_db_destroy;
18
19 extern BI_db_config     shell_back_db_config;
20
21 extern BI_op_bind       shell_back_bind;
22
23 extern BI_op_unbind     shell_back_unbind;
24
25 extern BI_op_search     shell_back_search;
26
27 extern BI_op_compare    shell_back_compare;
28
29 extern BI_op_modify     shell_back_modify;
30
31 extern BI_op_modrdn     shell_back_modrdn;
32
33 extern BI_op_add        shell_back_add;
34
35 extern BI_op_delete     shell_back_delete;
36
37 extern BI_op_abandon    shell_back_abandon;
38
39 LDAP_END_DECL
40
41 #endif /* _SHELL_EXTERNAL_H */