Fix prototype for dummy ldap_int_sasl_bind.

This commit is contained in:
Randy Kunkee 2000-07-19 07:44:06 +00:00
parent 1609e96253
commit f42e510e03

View file

@ -924,6 +924,9 @@ ldap_int_sasl_bind(
const char *dn,
const char *mechs,
LDAPControl **sctrls,
LDAPControl **cctrls )
LDAPControl **cctrls,
unsigned flags,
LDAP_SASL_INTERACT_PROC *interact,
void * defaults )
{ return LDAP_NOT_SUPPORTED; }
#endif /* HAVE_CYRUS_SASL */