pub unsafe extern "C" fn svn_config_read(
cfgp: *mut *mut svn_config_t,
file: *const c_char,
must_exist: svn_boolean_t,
result_pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_config_read2, but always passes @c FALSE to @a section_names_case_sensitive.
@deprecated Provided for backward compatibility with 1.6 API.