Skip to main content

svn_config_read

Function svn_config_read 

Source
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_t
Expand 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.