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

slapi_attr_new()

Creates a new attribute.

Syntax

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

Parameters

This function takes no parameters.

Returns

This function returns the newly created attribute

Description

Use this function to create an empty attribute.

See Also

slapi_attr_dup()

slapi_attr_free()