svn_wc_parse_externals_description

Function svn_wc_parse_externals_description 

Source
pub unsafe extern "C" fn svn_wc_parse_externals_description(
    externals_p: *mut *mut apr_hash_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_description2(), but returns the parsed externals in a hash instead of an array. This function should not be used, as storing the externals in a hash causes their order of evaluation to be not easily identifiable.

@deprecated Provided for backward compatibility with the 1.0 API.