Function alpm_sys::alpm_compute_sha256sum[][src]

pub unsafe extern "C" fn alpm_compute_sha256sum(
    filename: *const c_char
) -> *mut c_char
Expand description

Get the sha256 sum of file. @param filename name of the file @return the checksum on success, NULL on error