31.7. slapi_counter_new()

Allocates and initializes a new Slapi_Counter structure. The value of this counter is initially set to zero (0).
When you are finished with this counter, call slapi_counter_destroy() to free the function.
Syntax

#include "slapi-plugin.h"
Slapi_Counter *slapi_counter_new();