Compares two berval structures to determine if they are equal.
Syntax
#include "slapi-plugin.h"
int slapi_berval_cmp (const struct berval *L,
const struct berval *R);
Parameters
The function has the following parameters:
Returns
One of the following values:
Example
[To be added]
See Also