]> git.sur5r.net Git - openldap/blob - include/lutil.h
Wrap $CC with quotes.
[openldap] / include / lutil.h
1 #ifndef _LUTIL_H
2 #define _LUTIL_H 1
3
4 /*
5  * Include file for LDAP utility routine
6  */
7
8 /* ISC Base64 Routines */
9 extern int b64_ntop(u_char const *, size_t, char *, size_t);
10 extern int b64_pton(char const *, u_char *, size_t);
11
12 #endif /* _LUTIL_H */