X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-passwd%2Fproto-passwd.h;h=04c10649c9fee4825982a20601689456ba855ae6;hb=594437b6470f4ae39cdf9b0ba251c7d95fb81773;hp=4da4b67d96ab404e504b78089d7964cf9457b35a;hpb=7761c923bab53870802c287611b17bb906ce3a0b;p=openldap diff --git a/servers/slapd/back-passwd/proto-passwd.h b/servers/slapd/back-passwd/proto-passwd.h index 4da4b67d96..04c10649c9 100644 --- a/servers/slapd/back-passwd/proto-passwd.h +++ b/servers/slapd/back-passwd/proto-passwd.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2011 The OpenLDAP Foundation. + * Copyright 1998-2014 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -21,11 +21,13 @@ LDAP_BEGIN_DECL extern BI_init passwd_back_initialize; extern BI_open passwd_back_open; extern BI_destroy passwd_back_destroy; -extern BI_db_config passwd_back_db_config; extern BI_op_search passwd_back_search; +extern int passwd_back_init_cf( BackendInfo *bi ); + extern AttributeDescription *ad_sn; extern AttributeDescription *ad_desc; + LDAP_END_DECL #endif /* PROTO_PASSWD_H */