Initial Release 6

Function : LDAP
ldap_controls_free - Dispose of an array of controls.
----------------------------------------------------------------------------------------------------------

#include <ldap.h>

void LNPUBLIC ldap_controls_free(
LDAPControl **ctrl);

Description :

This function is used to dispose of an array of controls.

Parameters :

See Also :

ldap_get_entry_controls
----------------------------------------------------------------------------------------------------------