]> git.sur5r.net Git - openldap/blob - include/lutil_ldap.h
Fix filter printing
[openldap] / include / lutil_ldap.h
1 /* $OpenLDAP$ */
2 /*
3  * Copyright 2000 The OpenLDAP Foundation, Redwood City, California, USA
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted only
7  * as authorized by the OpenLDAP Public License.  A copy of this
8  * license is available at http://www.OpenLDAP.org/license.html or
9  * in file LICENSE in the top-level directory of the distribution.
10  */
11
12 #ifndef _LUTIL_LDAP_H
13 #define _LUTIL_LDAP_H 1
14
15 #include <ldap_cdefs.h>
16 #include <lber_types.h>
17
18 /*
19  * Include file for lutil LDAP routines
20  */
21
22 LDAP_BEGIN_DECL
23
24 LDAP_LUTIL_F( void * )
25 lutil_sasl_defaults LDAP_P((
26         LDAP *ld,
27         char *mech,
28         char *realm,
29         char *authcid,
30         char *passwd,
31         char *authzid ));
32
33 LDAP_LUTIL_F( int )
34 lutil_sasl_interact LDAP_P((
35         LDAP *ld, unsigned flags, void *defaults, void *p ));
36
37 LDAP_END_DECL
38
39 #endif /* _LUTIL_LDAP_H */