mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-20 03:27:02 -07:00
Fixed minor issues and typos
This commit is contained in:
parent
0c9e07f946
commit
fa22c1d452
4 changed files with 90 additions and 64 deletions
|
|
@ -121,7 +121,7 @@ namespace gdpm::package {
|
|||
GDPM_DLL_EXPORT result_t<title_list> get_package_titles(const info_list& packages);
|
||||
GDPM_DLL_EXPORT void clean_temporary(const config::context& config, const title_list& package_titles);
|
||||
GDPM_DLL_EXPORT params make_params(const var_args& args, const var_opts& opts);
|
||||
|
||||
GDPM_DLL_EXPORT void read_file(title_list& package_titles, const path_list& paths);
|
||||
/* Dependency Management API */
|
||||
GDPM_DLL_EXPORT result_t<info_list> synchronize_database(const config::context& config, const title_list& package_titles);
|
||||
GDPM_DLL_EXPORT result_t<info_list> resolve_dependencies(const config::context& config, const title_list& package_titles);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue