![Netscape NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION Manual Download Page 406](http://html1.mh-extra.com/html/netscape/netscape-directory-server-6-2-gateway-customization/netscape-directory-server-6-2-gateway-customization_manual_1674642406.webp)
Functions for LDAPMod Manipulation
406
Netscape Directory Server Plug-In Programmer’s Guide • December 2003
Syntax
#include “slapi-plugin.h”
void slapi_mods_free(Slapi_Mods **smods);
Parameters
This function takes the following parameter:
Description
This function frees a
Slapi_Mods
that was allocated by
slapi_mods_new()
.
See Also
slapi_mods_new()
slapi_mods_get_first_mod()
Initializes a
Slapi_Mods
iterator and returns the first
LDAPMod
.
Syntax
#include “slapi-plugin.h”
LDAPMod *slapi_mods_get_first_mod(Slapi_Mods *smods);
Parameters
This function takes the following parameter:
Returns
This function returns one of the following values:
•
A pointer to the first
LDAPMod
in the
Slapi_Mods
.
•
NULL
if there are no mods.
smods
Pointer to an allocated
Slapi_Mods
.
smods
Pointer to an initialized
Slapi_Mods
.
Summary of Contents for NETSCAPE DIRECTORY SERVER 6.2 - GATEWAY CUSTOMIZATION
Page 1: ...Plug In Programmer s Guide Netscape Directory Server Version6 2 December 2003...
Page 18: ...18 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 56: ...56 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 112: ...112 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 168: ...Plug In API Reference 168 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 170: ...170 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 600: ...600 Netscape Directory Server Plug In Programmer s Guide December 2003...
Page 612: ...612 Netscape Directory Server Plug In Programmer s Guide December 2003...