Sun Java System Directory Server Enterprise Edition 6.2 Developer's Guide

slapi_free_suffix_list()

Free a list of directory suffixes, such as a list obtained using slapi_get_suffix_list().

Syntax

#include "slapi-plugin.h"
void slapi_free_suffix_list(Slapi_DN ** suffix_list);

Parameters

This function takes the following parameters:

suffix_list

Array of Distinguished Names for the suffixes to free.

Description

This function frees each entry in suffix_list, and the suffix_list itself. It does not remove data from a database associated with the suffix.