Table of Contents | Previous | Next | Index

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

ldap_free_friendlymap()

The ldap_free_friendlymap() function frees the structures allocated by the ldap_friendly_name() function.

Syntax

#include <ldap.h>
void ldap_free_friendlymap( FriendlyMap *map );

Parameters

This function has the following parameters:

map

Pointer to the mapping structure in memory.

Example

The following section of code frees memory allocated by the ldap_friendly_name() function.

#include <ldap.h>
...
FriendlyMap *map;
...
ldap_free_friendlymap( map );
...

See Also

ldap_friendly_name().


Table of Contents | Previous | Next | Index

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