Subversion Repositories Kolibri OS

Rev

Rev 5729 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5729 Rev 5737
Line 41... Line 41...
41
};
41
};
Line 42... Line 42...
42
 
42
 
43
collection_t* load_collection_file(const char *name);
43
collection_t* load_collection_file(const char *name);
Line -... Line 44...
-
 
44
collection_t* load_collection_buffer(const char *buffer);
44
collection_t* load_collection_buffer(const char *buffer);
45
 
45
 
46
int build_server_list(list_t *slist, const char *path);
46
int build_install_list(list_t *list, collection_t *collection);
47
int build_install_list(list_t *list, collection_t *collection);
47
int build_download_list(list_t *download, list_t *src);
48
int build_download_list(list_t *download, list_t *src);
-
 
49
void remove_missing_packages(list_t *install, list_t *missed);
Line 48... Line 50...
48
void remove_missing_packages(list_t *install, list_t *missed);
50
char *make_cache_path(const char *path);
49
char *make_cache_path(const char *path);
51
void print_pkg_list(list_t *list);
Line 50... Line 52...
50
 
52