Subversion Repositories Kolibri OS

Rev

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

Rev 5725 Rev 5727
Line 30... Line 30...
30
}package_t;
30
}package_t;
Line 31... Line 31...
31
 
31
 
32
collection_t* load_collection_file(const char *name);
32
collection_t* load_collection_file(const char *name);
Line -... Line 33...
-
 
33
collection_t* load_collection_buffer(const char *buffer);
-
 
34
 
-
 
35
int build_install_list(list_t *list, collection_t *collection);
-
 
36
int build_download_list(list_t *download, list_t *src);
33
collection_t* load_collection_buffer(const char *buffer);
37
char *make_cache_path(const char *path);
34
 
38
 
35
#ifdef __cplusplus
39
#ifdef __cplusplus
Line 36... Line 40...
36
}
40
}