Skip to main content

svn_base64_encode_string

Function svn_base64_encode_string 

Source
pub unsafe extern "C" fn svn_base64_encode_string(
    str_: *const svn_string_t,
    pool: *mut apr_pool_t,
) -> *const svn_string_t
Expand description

Same as svn_base64_encode_string2, but with @a break_lines always TRUE.

@deprecated Provided for backward compatibility with the 1.5 API.