Function list_hash

Source
pub unsafe extern "C" fn list_hash(
    l: *const list_t,
    hash: *mut list_hash_t,
) -> c_int
Expand description

return the hash of the current status of the list.

@param l list to operate @param hash where the resulting hash is put

@return 0 for success; <0 for failure