Table of Contents | Previous | Next | Index

Netscape Directory SDK 3.0 for C Programmer’s Guide
     Chapter 18 Functions

ldap_value_free()

The ldap_value_free() function frees an array of values from memory. Use the ldap_value_free_len() function instead of this function if the values are berval structures .

For additional information, see "Getting the Values of an Attribute" on page 131.

Syntax

#include <ldap.h>
void ldap_value_free( char **values );

Parameters

This function has the following parameters:

values

Array of values.

Example

See the example under ldap_get_values().

See Also

ldap_get_values(), ldap_value_free_len().


Table of Contents | Previous | Next | Index

Last Updated: 10/01/98 17:06:23