1ldap_control_free(3LDAP)    LDAP Library Functions    ldap_control_free(3LDAP)
2
3
4

NAME

6       ldap_control_free, ldap_controls_free - LDAP control disposal
7

SYNOPSIS

9       cc[ flag... ] file... -lldap[ library... ]
10       #include <lber.h>
11       #include <ldap.h>
12
13       void ldap_control_free(LDAPControl *ctrl);
14
15
16       void ldap_controls_free(LDAPControl *ctrls);
17
18

DESCRIPTION

20       ldap_controls_free() and  ldap_control_free() are routines which can be
21       used to dispose of a single control or an array of  controls  allocated
22       by other LDAP APIs.
23

RETURN VALUES

25       None.
26

ERRORS

28       No errors are defined for these functions.
29

ATTRIBUTES

31       See attributes(5) for a description of the following attributes:
32
33
34
35
36       ┌─────────────────────────────┬─────────────────────────────┐
37       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
38       │Availability                 │SUNWcsl (32-bit)             │
39       │                             │SUNWcslx (64-bit)            │
40       │Interface Stability          │Evolving                     │
41       └─────────────────────────────┴─────────────────────────────┘
42

SEE ALSO

44       ldap_error(3LDAP), ldap_result(3LDAP), attributes(5)
45
46
47
48SunOS 5.11                        27 Jan 2002         ldap_control_free(3LDAP)
Impressum