37.6. slapi_rdn_free()

Description

This function frees both the contents of the Slapi_RDN structure and the structure itself pointed to by the content of rdn.

Syntax

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

Parameters

This function takes the following parameter:

rdn
Pointer to the pointer of the Slapi_RDN structure to be freed.