pub unsafe extern "C" fn svn_io_file_checksum(
digest: *mut c_uchar,
file: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Put the md5 checksum of @a file into @a digest. @a digest points to @c APR_MD5_DIGESTSIZE bytes of storage. Use @a pool only for temporary allocations.
@deprecated Provided for backward compatibility with the 1.5 API.