svn_checksum_dup

Function svn_checksum_dup 

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

Return a deep copy of @a checksum, allocated in @a pool. If @a checksum is NULL then NULL is returned.

@since New in 1.6.