pub unsafe extern "C" fn svn_base64_encode(
output: *mut svn_stream_t,
pool: *mut apr_pool_t,
) -> *mut svn_stream_tExpand description
Same as svn_base64_encode2, but with @a break_lines always TRUE.
@deprecated Provided for backward compatibility with the 1.9 API.