]> git.sur5r.net Git - openldap/blob - include/lutil.h
Add lutil_passwd()
[openldap] / include / lutil.h
1 #ifndef _LUTIL_H
2 #define _LUTIL_H 1
3
4 #include <ldap_cdefs.h>
5 /*
6  * Include file for LDAP utility routine
7  */
8
9 /* ISC Base64 Routines */
10
11 LDAP_BEGIN_DECL
12
13 LDAP_F int b64_ntop LDAP_P((u_char const *, size_t, char *, size_t));
14 LDAP_F int b64_pton LDAP_P((char const *, u_char *, size_t));
15 LDAP_F void lutil_detach LDAP_P((int debug, int do_close));
16 LDAP_F int lutil_passwd LDAP_P((const char *cred, const char *passwd));
17 LDAP_END_DECL
18
19 #endif /* _LUTIL_H */