pub unsafe extern "C" fn svn_dirent_dup(
dirent: *const svn_dirent_t,
pool: *mut apr_pool_t,
) -> *mut svn_dirent_t
Expand description
Return a deep copy of @a dirent, allocated in @a pool.
@since New in 1.4.
pub unsafe extern "C" fn svn_dirent_dup(
dirent: *const svn_dirent_t,
pool: *mut apr_pool_t,
) -> *mut svn_dirent_t
Return a deep copy of @a dirent, allocated in @a pool.
@since New in 1.4.