metalink_resource_t (3) Linux Manual Page
metalink_resource_t – The structure that holds an URL of a resource and its metadata.
Synopsis
#include <metalink/metalink_types.h>Description
metalink_resource_t is a structure that holds an URL of a resource and its metadata.Structure Members
char *url;char *type;
char *location;
int preference;
int maxconnections;
