Subversion Repositories Kolibri OS

Rev

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

Rev 5728 Rev 5729
Line 43... Line 43...
43
collection_t* load_collection_file(const char *name);
43
collection_t* load_collection_file(const char *name);
44
collection_t* load_collection_buffer(const char *buffer);
44
collection_t* load_collection_buffer(const char *buffer);
Line 45... Line 45...
45
 
45
 
46
int build_install_list(list_t *list, collection_t *collection);
46
int build_install_list(list_t *list, collection_t *collection);
47
int build_download_list(list_t *download, list_t *src);
47
int build_download_list(list_t *download, list_t *src);
48
void remove_packages(list_t *install, list_t *missed);
-
 
49
 
48
void remove_missing_packages(list_t *install, list_t *missed);
Line 50... Line 49...
50
char *make_cache_path(const char *path);
49
char *make_cache_path(const char *path);
-
 
50
 
Line 51... Line 51...
51
 
51
void do_download(list_t *download);
52
void do_download(list_t *download);
52
void do_install(list_t *install);
53
 
53