version 1.1.2.1, 1998/09/04 17:08:58
|
version 1.2, 1998/10/24 23:41:53
|
Line 1
|
Line 1
|
#ifndef _LUTIL_H |
#ifndef _LUTIL_H |
#define _LUTIL_H 1 |
#define _LUTIL_H 1 |
|
|
|
#include <ldap_cdefs.h> |
/* |
/* |
* Include file for LDAP utility routine |
* Include file for LDAP utility routine |
*/ |
*/ |
|
|
/* ISC Base64 Routines */ |
/* ISC Base64 Routines */ |
extern int b64_ntop(u_char const *, size_t, char *, size_t); |
|
extern int b64_pton(char const *, u_char *, size_t); |
LDAP_BEGIN_DECL |
|
|
|
LDAP_F int b64_ntop LDAP_P((u_char const *, size_t, char *, size_t)); |
|
LDAP_F int b64_pton LDAP_P((char const *, u_char *, size_t)); |
|
|
|
LDAP_END_DECL |
|
|
#endif /* _LUTIL_H */ |
#endif /* _LUTIL_H */ |