openldap/servers/slapd/back-passwd/back-passwd.h

34 lines
807 B
C
Raw Normal View History

2002-05-23 00:22:24 +08:00
/* $OpenLDAP$ */
2003-11-27 09:42:27 +08:00
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
2005-01-02 04:49:32 +08:00
* Copyright 1998-2005 The OpenLDAP Foundation.
2003-11-27 09:42:27 +08:00
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this license is available in the file LICENSE in the
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
2003-11-27 09:42:27 +08:00
2002-05-23 00:22:24 +08:00
#ifndef _BACK_PASSWD_H
#define _BACK_PASSWD_H
2004-11-11 08:39:19 +08:00
#include "proto-passwd.h"
2002-05-23 00:22:24 +08:00
LDAP_BEGIN_DECL
extern ldap_pvt_thread_mutex_t passwd_mutex;
2004-11-11 08:39:19 +08:00
extern BI_destroy passwd_back_destroy;
extern BI_db_config passwd_back_db_config;
extern BI_op_search passwd_back_search;
2002-05-23 00:22:24 +08:00
LDAP_END_DECL
#endif /* _BACK_PASSWD_H */