Initial Release 6

Function : Basic Encoding Rules; LDAP
ber_init - Constructs a BerElement structure.
----------------------------------------------------------------------------------------------------------

#include <lber.h>

BerElement * LNPUBLIC ber_init(
const struct berval *bv);

Description :

This function constructs a BerElement structure and returns a new BerElement containing a copy of the data in the bv argument.
Parameters :

See Also :

BerElement
----------------------------------------------------------------------------------------------------------