Syntax
#include "slapi-plugin.h" int slapi_matchingrule_unregister(char *oid); Parameters
#include "slapi-plugin.h" int slapi_matchingrule_unregister(char *oid);
The function has the following parameters:
oid
Returns. One of the following values:
0 if the matching rule was successfully unregistered.
-1 if an error occurred (for example, if an invalid argument was specified).
Description. At this time, this function is a placeholder and does not do anything.