metalink_checksum_t (3) Linux Manual Page
metalink_checksum_t – The structure that holds a hash value of an entire resource.
Synopsis
#include <metalink/metalink_types.h>Description
metalink_checksum_t is a structure that holds a hash value of an entire resource. It contains a hash value of a resource and its message digest algorithm name.Structure Members
char *type;char *hash;
