svn_config_enumerate_sections

Function svn_config_enumerate_sections 

Source
pub unsafe extern "C" fn svn_config_enumerate_sections(
    cfg: *mut svn_config_t,
    callback: svn_config_section_enumerator_t,
    baton: *mut c_void,
) -> c_int
Expand description

Similar to svn_config_enumerate_sections2(), but uses a memory pool of @a cfg instead of one that is explicitly provided.

@deprecated Provided for backwards compatibility with the 1.2 API.