Syntax
#include "slapi-plugin.h" int slapi_attr_value_cmp( Slapi_Attr *attr, struct berval *v1, struct berval *v2 );
Parameters
The function has the following parameters:
Returns
0 if the values are equal, or -1 if they are not equal.
Example
[To be added]
See Also