GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
METALINK_CHECKSUM_T(3) libmetalink Manual METALINK_CHECKSUM_T(3)

metalink_checksum_t - The structure that holds a hash value of an entire resource.

#include <metalink/metalink_types.h>

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.

char *type;
char *hash;

Null terminated string of a message digest algorithm name used to calculate hash value for a resource.

Null terminated string of a hash value in ASCII hexadecimal notation.

metalink_parse_file(3)
10/28/2008 libmetalink 0.0.3

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.