ber_bvfree()--Free a Berval Structure


  Syntax
 #include < ldap.h >

 void ber_bvfree(struct berval *bv)

  Service Program Name: QSYS/QGLDBRDR

  Default Public Authority: *USE

  Threadsafe: Yes

The ber_bvfree() function is used to free a berval structure allocated by various LDAP APIs.


Parameters

bv
(Input)

Specifies the address of the berval structure to be freed, as returned by various LDAP APIs.


Authorities and Locks

No IBM® i authority is required.


Return Value

None.


Related Information



API introduced: V4R3

[ Back to top | LDAP APIs | APIs by category ]