1998-09-02 17:31:35 -04:00
|
|
|
#ifndef _LUTIL_H
|
|
|
|
|
#define _LUTIL_H 1
|
|
|
|
|
|
1998-10-24 21:41:42 -04:00
|
|
|
#include <ldap_cdefs.h>
|
1998-09-02 17:31:35 -04:00
|
|
|
/*
|
|
|
|
|
* Include file for LDAP utility routine
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* ISC Base64 Routines */
|
1998-10-24 21:41:42 -04:00
|
|
|
|
|
|
|
|
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));
|
1998-11-04 20:22:42 -05:00
|
|
|
LDAP_F void lutil_detach LDAP_P((int debug, int do_close));
|
1998-11-06 17:04:14 -05:00
|
|
|
LDAP_F int lutil_passwd LDAP_P((const char *cred, const char *passwd));
|
1998-10-24 21:41:42 -04:00
|
|
|
LDAP_END_DECL
|
1998-09-02 17:31:35 -04:00
|
|
|
|
|
|
|
|
#endif /* _LUTIL_H */
|