mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Added doalloc flag to ber_get_stringbv
This commit is contained in:
parent
c6384d875e
commit
c8f7f1a198
@ -265,7 +265,8 @@ ber_get_stringb LDAP_P((
|
||||
LBER_F( ber_tag_t )
|
||||
ber_get_stringbv LDAP_P((
|
||||
BerElement *ber,
|
||||
struct berval *bv ));
|
||||
struct berval *bv,
|
||||
int alloc ));
|
||||
|
||||
LBER_F( ber_tag_t )
|
||||
ber_get_stringa LDAP_P((
|
||||
|
Loading…
Reference in New Issue
Block a user