svn_wc_get_adm_dir

Function svn_wc_get_adm_dir 

Source
pub unsafe extern "C" fn svn_wc_get_adm_dir(
    pool: *mut apr_pool_t,
) -> *const c_char
Expand description

Return the name of the administrative directory. Use @a pool for any temporary allocations.

The returned pointer will refer to either a statically allocated string, or to a string allocated in @a pool.

@since New in 1.3.