X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslapd%2Fback-sock%2Fproto-sock.h;h=01c724d587c8f697bd8a3fbc5a6606579b8c29e4;hb=52a0b4f83c34de4966870af62db829c913993fdf;hp=bc6c6f205e72107b7d70dc5df9cb94c1d51324f5;hpb=b6827c75a802a7003d0d94ba12dce854efeb16fb;p=openldap diff --git a/servers/slapd/back-sock/proto-sock.h b/servers/slapd/back-sock/proto-sock.h index bc6c6f205e..01c724d587 100644 --- a/servers/slapd/back-sock/proto-sock.h +++ b/servers/slapd/back-sock/proto-sock.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * 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 @@ -12,6 +12,10 @@ * top-level directory of the distribution or, alternatively, at * . */ +/* 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 */