pub unsafe extern "C" fn svn_config_create(
cfgp: *mut *mut svn_config_t,
section_names_case_sensitive: svn_boolean_t,
result_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_config_create2, 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.