]> git.sur5r.net Git - openldap/blob - include/lutil.h
VC++ Port: round 1
[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
16 LDAP_END_DECL
17
18 #endif /* _LUTIL_H */