Functions for LDAPMod Manipulation
slapi_mods_free()
Frees a
Syntax
#include "slapi-plugin.h"
void slapi_mods_free(Slapi_Mods **smods);
Parameters
This function takes the following parameter:
smods
Description
This function frees a
See Also
slapi_mods_new()
slapi_mods_get_first_mod()
Initializes a
Syntax
#include "slapi-plugin.h"
LDAPMod *slapi_mods_get_first_mod(Slapi_Mods *smods);
Parameters
This function takes the following parameter:
smods
Returns
This function returns one of the following values:
•
A pointer to the first
•
NULL
362
Netscape Directory Server Plug-In Programmer's Guide • May 2002
structure.
Slapi_Mods
Pointer to an allocated Slapi_Mods.
Slapi_Mods
iterator and returns the first
Slapi_Mods
Pointer to an initialized Slapi_Mods.
LDAPMod
if there are no mods.
that was allocated by
LDAPMod
in the
.
Slapi_Mods
.
slapi_mods_new()
.
Need help?
Do you have a question about the NETSCAPE DIRECTORY SERVER 6.02 - PLUG-IN and is the answer not in the manual?
Questions and answers