svn_checksum_create

Function svn_checksum_create 

Source
pub unsafe extern "C" fn svn_checksum_create(
    kind: svn_checksum_kind_t,
    pool: *mut apr_pool_t,
) -> *mut svn_checksum_t
Expand description

Return a new checksum structure of type @a kind, initialized to the all- zeros value, allocated in @a pool.

@since New in 1.6.