]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/proto-shell.h
Merge remote branch 'origin/mdb.master'
[openldap] / servers / slapd / back-shell / proto-shell.h
index 009a88330483cc9986c912cf0a278f633a031043..da333a59c30a176e4a3abf875d9a01e3cb3897f6 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2009 The OpenLDAP Foundation.
+ * Copyright 1998-2012 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -40,7 +40,6 @@ 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;
@@ -51,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 */