Skip to main content

svn_base64_encode

Function svn_base64_encode 

Source
pub unsafe extern "C" fn svn_base64_encode(
    output: *mut svn_stream_t,
    pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description

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

@deprecated Provided for backward compatibility with the 1.9 API.