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

slapi_mod_free()

Frees a Slapi_Mod structure.

Syntax

#include "slapi-plugin.h"
 void slapi_mod_free(Slapi_Mod **smod);

Parameters

This function takes the following parameter:

smod

Pointer to an initialized Slapi_Mod.

Description

This function frees a Slapi_Mod structure that was allocated by slapi_mod_new().

See Also

slapi_mod_new()