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

slapi_value_done()

Frees internals of a Slapi_Value structure.

Syntax

#include "slapi-plugin.h"
void slapi_value_done(Slapi_Value *v);

Parameters

This function takes the following parameter:

v

Pointer to the Slapi_Value structure whose internals you want to free.

See Also

slapi_value_init(), slapi_value_init_berval(), slapi_value_init_string()