pub unsafe extern "C" fn svn_checksum_ctx_reset(
ctx: *mut svn_checksum_ctx_t,
) -> *mut svn_error_tExpand description
Reset an existing checksum @a ctx to initial state. @see svn_checksum_ctx_create()
@since New in 1.10.
pub unsafe extern "C" fn svn_checksum_ctx_reset(
ctx: *mut svn_checksum_ctx_t,
) -> *mut svn_error_tReset an existing checksum @a ctx to initial state. @see svn_checksum_ctx_create()
@since New in 1.10.