Added doalloc flag to ber_get_stringbv

This commit is contained in:
Howard Chu 2002-01-06 05:36:27 +00:00
parent c6384d875e
commit c8f7f1a198

View File

@ -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((