mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
18 lines
319 B
C
18 lines
319 B
C
/* $OpenLDAP$ */
|
|
/*
|
|
* Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
|
|
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
|
*/
|
|
#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 */
|