X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=servers%2Fslapd%2Fback-passwd%2Fback-passwd.h;h=b99de224253a48e08ad3bb07f95ccdf85029b6ec;hb=fbd3c1c5fe8560db51cedcb2f710d9cda3ff3cc8;hp=a73f816cd9df3e45bd91cac17ae58d7c12431518;hpb=3c598e89fb34a892d369a138daa8c3314294493c;p=openldap diff --git a/servers/slapd/back-passwd/back-passwd.h b/servers/slapd/back-passwd/back-passwd.h index a73f816cd9..b99de22425 100644 --- a/servers/slapd/back-passwd/back-passwd.h +++ b/servers/slapd/back-passwd/back-passwd.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2004 The OpenLDAP Foundation. + * Copyright 1998-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -16,12 +16,18 @@ #ifndef _BACK_PASSWD_H #define _BACK_PASSWD_H -#include "external.h" +#include "proto-passwd.h" LDAP_BEGIN_DECL extern ldap_pvt_thread_mutex_t passwd_mutex; +extern BI_destroy passwd_back_destroy; + +extern BI_db_config passwd_back_db_config; + +extern BI_op_search passwd_back_search; + LDAP_END_DECL #endif /* _BACK_PASSWD_H */