Skip to main content

svn_checksum_serialize

Function svn_checksum_serialize 

Source
pub unsafe extern "C" fn svn_checksum_serialize(
    checksum: *const svn_checksum_t,
    result_pool: *mut apr_pool_t,
    scratch_pool: *mut apr_pool_t,
) -> *const c_char
Expand description

Return a serialized representation of @a checksum, allocated in @a result_pool. Temporary allocations are performed in @a scratch_pool.

Note that @a checksum may not be NULL.

@since New in 1.7.