]> git.sur5r.net Git - openldap/commitdiff
Added doalloc flag to ber_get_stringbv
authorHoward Chu <hyc@openldap.org>
Sun, 6 Jan 2002 05:36:27 +0000 (05:36 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 6 Jan 2002 05:36:27 +0000 (05:36 +0000)
include/lber.h

index 07f6cdc7f29670d625942fa9f18f1cdc6a10738a..e33d63b2aab3ea06e86710f31c26d295e44a979d 100644 (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((