]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-sock/proto-sock.h
Merge remote-tracking branch 'origin/mdb.master'
[openldap] / servers / slapd / back-sock / proto-sock.h
index bc6c6f205e72107b7d70dc5df9cb94c1d51324f5..01c724d587c8f697bd8a3fbc5a6606579b8c29e4 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2007 The OpenLDAP Foundation.
+ * Copyright 2007-2012 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * top-level directory of the distribution or, alternatively, at
  * <http://www.OpenLDAP.org/license.html>.
  */
+/* ACKNOWLEDGEMENTS:
+ * This work was initially developed by Brian Candler for inclusion
+ * in OpenLDAP Software.
+ */
 
 #ifndef _PROTO_SOCK_H
 #define _PROTO_SOCK_H
@@ -26,7 +30,6 @@ extern BI_destroy     sock_back_destroy;
 
 extern BI_db_init      sock_back_db_init;
 extern BI_db_destroy   sock_back_db_destroy;
-extern BI_db_config    sock_back_db_config;
 
 extern BI_op_bind      sock_back_bind;
 extern BI_op_unbind    sock_back_unbind;
@@ -37,6 +40,8 @@ extern BI_op_modrdn   sock_back_modrdn;
 extern BI_op_add       sock_back_add;
 extern BI_op_delete    sock_back_delete;
 
+extern int sock_back_init_cf( BackendInfo *bi );
+
 LDAP_END_DECL
 
 #endif /* _PROTO_SOCK_H */