FreeBSD Manual Pages
METALINK_PIECE_HASH_T(3) libmetalink Manual METALINK_PIECE_HASH_T(3) NAME metalink_piece_hash_t - The structure that holds hash value of a piece. SYNOPSIS #include <metalink/metalink_types.h> DESCRIPTION metalink_piece_hash_t is a structure that holds a hash value of a piece. STRUCTURE MEMBERS int piece; char *hash; type Index of a piece starting 0. hash Null terminated string of a hash value in ASCII hexadecimal notation. SEE ALSO metalink_parse_file(3), libmetalink 0.0.3 10/28/2008 METALINK_PIECE_HASH_T(3)
NAME | SYNOPSIS | DESCRIPTION | STRUCTURE MEMBERS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=metalink_piece_hash_t&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>