From 40632ed4dc0a51149ab034cebed6227db21c9dab Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 13 May 2018 12:51:21 +0200 Subject: Implement deinit command --- bdep/sync.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bdep/sync.hxx') diff --git a/bdep/sync.hxx b/bdep/sync.hxx index 1aebfe3..6ca3937 100644 --- a/bdep/sync.hxx +++ b/bdep/sync.hxx @@ -33,6 +33,17 @@ namespace bdep int cmd_sync (cmd_sync_options&&, cli::group_scanner& args); + + + // Return the list of additional (to prj, if not empty) projects that are + // using this configuration. + // + dir_paths + configuration_projects (const common_options& co, + const dir_path& cfg, + const dir_path& prj = dir_path ()); + + extern const path hook_file; // build/bootstrap/pre-bdep-sync.build } #endif // BDEP_SYNC_HXX -- cgit v1.1