Skip to main content

svn_path_uri_from_iri

Function svn_path_uri_from_iri 

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

Convert @a iri (Internationalized URI) to an URI. The return value may be the same as @a iri if it was already a URI. Else, allocate the return value in @a pool.

@since New in 1.1.