mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
14 lines
193 B
C
14 lines
193 B
C
|
/* $OpenLDAP$ */
|
||
|
#ifndef _BACK_PASSWD_H
|
||
|
#define _BACK_PASSWD_H
|
||
|
|
||
|
#include "external.h"
|
||
|
|
||
|
LDAP_BEGIN_DECL
|
||
|
|
||
|
extern ldap_pvt_thread_mutex_t passwd_mutex;
|
||
|
|
||
|
LDAP_END_DECL
|
||
|
|
||
|
#endif /* _BACK_PASSWD_H */
|