]> git.sur5r.net Git - openldap/blob - include/lutil.h
7de0041a583ace7900a4ae3af32c6021d865740e
[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 LDAP_BEGIN_DECL
10
11 /* ISC Base64 Routines */
12 /* base64.c */
13 LDAP_F int lutil_b64_ntop LDAP_P((u_char const *, size_t, char *, size_t));
14 LDAP_F int lutil_b64_pton LDAP_P((char const *, u_char *, size_t));
15 /* detach.c */
16 LDAP_F void lutil_detach LDAP_P((int debug, int do_close));
17 /* passwd.c */
18 LDAP_F int lutil_passwd LDAP_P((const char *cred, const char *passwd));
19
20 LDAP_END_DECL
21
22 #endif /* _LUTIL_H */