Table of Contents | Previous | Next | Index

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

ldap_memcache_destroy()

Frees an LDAPMemCache structure from memory.

Syntax

#include <ldap.h>
void ldap_memcache_destroy( LDAPMemCache *cache );

Parameters

This function has the following parameters:

cache

Pointer to the LDAPMemCache structure that you want freed from memory.

Description

The ldap_memcache_destroy() function frees the specified LDAPMemCache structure from memory. Call this function after you are done working with a cache.

See Also

ldap_memcache_init().


Table of Contents | Previous | Next | Index

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