Syntax
#include "slapi-plugin.h" int slapi_entry_attr_delete( Slapi_Entry *e, char *type );
Parameters
The function has the following parameters:
Returns
One of the following values:
0 if successful.
1 if the specified attribute is not part of the entry.
-1 if an error occurred.
[To be added]
See Also