Skip to main content

svn_path_uri_decode

Function svn_path_uri_decode 

Source
pub unsafe extern "C" fn svn_path_uri_decode(
    path: *const c_char,
    pool: *mut apr_pool_t,
) -> *const c_char
Expand description

Return a URI-decoded copy of @a path, allocated in @a pool.