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_T(3) libmetalink Manual METALINK_T(3)

metalink_t - Metalink top level structure.

#include <metalink/metalink_types.h>

metalink_t is a top level structure that contains metadata for Metalink file and list of metalink_file_t(3) structure. Typically metalink_t is created by parser function such as metalink_parse_file(3).

metalink_file_t **files;
char *identity;
char *tags;

Null terminated array of pointer of metalink_file_t(3) structure. This corresponds to files tag in Metalink XML file. Each metalink_file_t(3) structure corresponds to file element in Metalink XML file.

Null terminated string which corresponds to identity element in Metalink XML file.

Null terminated string which corresponds to tags element in Metalink XML file.

metalink_delete_t(3), metalink_file_t(3), metalink_parse_file(3)
10/25/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.