tool_metalink.h | 77 typedef struct metalinkfile { struct 78 struct metalinkfile *next; 82 } metalinkfile; typedef in typeref:struct:metalinkfile 104 * Counts the resource in the metalinkfile. 106 int count_next_metalink_resource(metalinkfile *mlfile); 111 * Metalink and creates metalinkfile structs. 149 metalinkfile *mlfile,
|