Add back-passwd.h to the mix

This commit is contained in:
Kurt Zeilenga 2002-05-22 16:22:24 +00:00
parent 06f8e3767e
commit 9cdce9c0ed

View 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 */