mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Add back-passwd.h to the mix
This commit is contained in:
parent
06f8e3767e
commit
9cdce9c0ed
13
servers/slapd/back-passwd/back-passwd.h
Normal file
13
servers/slapd/back-passwd/back-passwd.h
Normal file
@ -0,0 +1,13 @@
|
||||
/* $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 */
|
Loading…
Reference in New Issue
Block a user