svn_config_enumerate

Function svn_config_enumerate 

Source
pub unsafe extern "C" fn svn_config_enumerate(
    cfg: *mut svn_config_t,
    section: *const c_char,
    callback: svn_config_enumerator_t,
    baton: *mut c_void,
) -> c_int
Expand description

Similar to svn_config_enumerate2(), 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.