pub unsafe extern "C" fn svn_config_create2(
cfgp: *mut *mut svn_config_t,
section_names_case_sensitive: svn_boolean_t,
option_names_case_sensitive: svn_boolean_t,
result_pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *cfgp to an empty @c svn_config_t structure, allocated in @a result_pool.
Pass TRUE to @a section_names_case_sensitive if section names are to be populated case sensitively.
Pass TRUE to @a option_names_case_sensitive if option names are to be populated case sensitively.
@since New in 1.8.