]> git.sur5r.net Git - openldap/commitdiff
Add back-passwd.h to the mix
authorKurt Zeilenga <kurt@openldap.org>
Wed, 22 May 2002 16:22:24 +0000 (16:22 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 22 May 2002 16:22:24 +0000 (16:22 +0000)
servers/slapd/back-passwd/back-passwd.h [new file with mode: 0644]

diff --git a/servers/slapd/back-passwd/back-passwd.h b/servers/slapd/back-passwd/back-passwd.h
new file mode 100644 (file)
index 0000000..4f2b908
--- /dev/null
@@ -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 */