1METALINK_PIECE_HASH_T(3) libmetalink Manual METALINK_PIECE_HASH_T(3)
2
3
4
6 metalink_piece_hash_t - The structure that holds hash value of a piece.
7
8
10 #include <metalink/metalink_types.h>
11
12
14 metalink_piece_hash_t is a structure that holds a hash value of a
15 piece.
16
17
19 int piece;
20 char *hash;
21
22
23 type
24 Index of a piece starting 0.
25
26
27 hash
28 Null terminated string of a hash value in ASCII hexadecimal notation.
29
30
32 metalink_parse_file(3),
33
34
35
36libmetalink 0.0.3 10/28/2008 METALINK_PIECE_HASH_T(3)