X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-shell%2Fproto-shell.h;h=52663f6674c37cb196db55739dd558a8679a3b0b;hb=473e2c997f6b1f226d35da186db8033c922001f3;hp=f2a127962206b65b6443df1d70f30051da698f49;hpb=79f744f30bbb199db9c8de9c27558ed1e9ef996f;p=openldap diff --git a/servers/slapd/back-shell/proto-shell.h b/servers/slapd/back-shell/proto-shell.h index f2a1279622..52663f6674 100644 --- a/servers/slapd/back-shell/proto-shell.h +++ b/servers/slapd/back-shell/proto-shell.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2004 The OpenLDAP Foundation. + * Copyright 1998-2011 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -32,13 +32,14 @@ LDAP_BEGIN_DECL +extern BI_init shell_back_initialize; + extern BI_open shell_back_open; extern BI_close shell_back_close; extern BI_destroy shell_back_destroy; extern BI_db_init shell_back_db_init; extern BI_db_destroy shell_back_db_destroy; -extern BI_db_config shell_back_db_config; extern BI_op_bind shell_back_bind; extern BI_op_unbind shell_back_unbind; @@ -49,6 +50,7 @@ extern BI_op_modrdn shell_back_modrdn; extern BI_op_add shell_back_add; extern BI_op_delete shell_back_delete; +extern int shell_back_init_cf( BackendInfo *bi ); LDAP_END_DECL #endif /* PROTO_SHELL_H */