Sun Directory Server Enterprise Edition 7.0 Developer's Guide

slapi_attr_free()

Frees an attribute.

Syntax

#include "slapi-plugin.h"
 void slapi_attr_free( Slapi_Attr **a );

Parameters

This function takes the following parameters:

a

Attribute to be freed.

Description

Use this function to free an attribute when you are finished with it.

See Also

slapi_attr_new()

slapi_attr_init()

slapi_attr_free()