]> git.sur5r.net Git - openldap/blob - include/lutil.h
NT port
[openldap] / include / lutil.h
1 /*
2  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
3  * All rights reserved.
4  *
5  * Redistribution and use in source and binary forms are permitted only
6  * as authorized by the OpenLDAP Public License.  A copy of this
7  * license is available at http://www.OpenLDAP.org/license.html or
8  * in file LICENSE in the top-level directory of the distribution.
9  */
10
11 #ifndef _LUTIL_H
12 #define _LUTIL_H 1
13
14 #include <ldap_cdefs.h>
15 /*
16  * Include file for LDAP utility routine
17  */
18
19 LDAP_BEGIN_DECL
20
21 /* ISC Base64 Routines */
22 /* base64.c */
23 LDAP_F int lutil_b64_ntop LDAP_P((unsigned char const *, size_t, char *, size_t));
24 LDAP_F int lutil_b64_pton LDAP_P((char const *, unsigned char *, size_t));
25 /* detach.c */
26 LDAP_F void lutil_detach LDAP_P((int debug, int do_close));
27 /* passwd.c */
28 LDAP_F int lutil_passwd LDAP_P((const char *cred, const char *passwd));
29
30 LDAP_END_DECL
31
32 #endif /* _LUTIL_H */