svn_wc_parse_externals_description2

Function svn_wc_parse_externals_description2 

Source
pub unsafe extern "C" fn svn_wc_parse_externals_description2(
    externals_p: *mut *mut apr_array_header_t,
    parent_directory: *const c_char,
    desc: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_wc_parse_externals_description3() with @a canonicalize_url set to @c TRUE, but returns an array of #svn_wc_external_item_t * objects instead of #svn_wc_external_item2_t * objects

@since New in 1.1.

@deprecated Provided for backward compatibility with the 1.4 API.