From: Howard Chu Date: Sun, 6 Jan 2002 05:36:27 +0000 (+0000) Subject: Added doalloc flag to ber_get_stringbv X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~256 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c8f7f1a1989350f693a9d3310b1233f52272ba3a;p=openldap Added doalloc flag to ber_get_stringbv --- diff --git a/include/lber.h b/include/lber.h index 07f6cdc7f2..e33d63b2aa 100644 --- a/include/lber.h +++ b/include/lber.h @@ -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((