pub unsafe extern "C" fn svn_wc_dup_notify(
notify: *const svn_wc_notify_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_notify_t
Expand description
Return a deep copy of @a notify, allocated in @a pool.
@since New in 1.2.
pub unsafe extern "C" fn svn_wc_dup_notify(
notify: *const svn_wc_notify_t,
pool: *mut apr_pool_t,
) -> *mut svn_wc_notify_t
Return a deep copy of @a notify, allocated in @a pool.
@since New in 1.2.