37.14. slapi_rdn_init()

Description

This function initializes a given Slapi_RDN structure with NULL values; both the RDN value and the array of split RDNs are set to NULL.

Syntax

#include "slapi-plugin.h"
void slapi_rdn_init(Slapi_RDN *rdn);

Parameters

This function takes the following parameters:

rdn
The Slapi_RDN structure to be initialized.