Syntax
#include "slapi-plugin.h" void slapi_entry_free( Slapi_Entry *e ); Parameters
#include "slapi-plugin.h" void slapi_entry_free( Slapi_Entry *e );
The function has the following parameters:
e
Description
Call this function to free an entry that you have allocated by using the slapi_entry_alloc() function or the slapi_entry_dup() function.
See Also
slapi_entry_alloc(), slapi_entry_dup().