Skip to main content

svn_config_read2

Function svn_config_read2 

Source
pub unsafe extern "C" fn svn_config_read2(
    cfgp: *mut *mut svn_config_t,
    file: *const c_char,
    must_exist: svn_boolean_t,
    section_names_case_sensitive: svn_boolean_t,
    result_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_config_read3, but always passes @c FALSE to @a option_names_case_sensitive.

@since New in 1.7. @deprecated Provided for backward compatibility with 1.7 API.