33.5. slapi_mod_free()

Description

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

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.
See Also

slapi_mod_new()