Skip to main content

svn_base64_decode_string

Function svn_base64_decode_string 

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

Decode an @c svn_stringbuf_t from base64.

A simple interface for decoding base64 data assuming we have all of it present at once. The returned string will be allocated from @c pool.