2 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 * Copyright 1998-2017 The OpenLDAP Foundation.
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted only as authorized by the OpenLDAP
11 * A copy of this license is available in file LICENSE in the
12 * top-level directory of the distribution or, alternatively, at
13 * <http://www.OpenLDAP.org/license.html>.
17 #define _LUTIL_LDAP_H 1
19 #include <ldap_cdefs.h>
20 #include <lber_types.h>
23 * Include file for lutil LDAP routines
29 lutil_sasl_freedefs LDAP_P((
32 LDAP_LUTIL_F( void * )
33 lutil_sasl_defaults LDAP_P((
42 lutil_sasl_interact LDAP_P((
43 LDAP *ld, unsigned flags, void *defaults, void *p ));
47 #endif /* _LUTIL_LDAP_H */