]> git.sur5r.net Git - openldap/blobdiff - include/lber_pvt.h
ITS#3979 only support tool entry points if root DB has them
[openldap] / include / lber_pvt.h
index a23f33f9c322d4e5127a5144312b7351d6e51f7f..6fd557d230497e242c06fc231f715e93d30d083e 100644 (file)
@@ -135,6 +135,10 @@ LBER_F( char * )
 ber_strdup_x LDAP_P((
        LDAP_CONST char *, void *ctx ));
 
+LBER_F( struct berval * )
+ber_bvreplace_x LDAP_P((
+       struct berval *dst, LDAP_CONST struct berval *src, void *ctx ));
+
 LBER_F( void )
 ber_bvarray_free_x LDAP_P(( BerVarray p, void *ctx ));