aboutsummaryrefslogtreecommitdiff
path: root/bdep/sync.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-13 12:51:21 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-13 12:52:23 +0200
commit40632ed4dc0a51149ab034cebed6227db21c9dab (patch)
tree2f5654ff888ff7b1db8b4a374d4112b19d5f34fc /bdep/sync.hxx
parent9721773b915adf0bf7fcfb2bf8550787588e0aa2 (diff)
Implement deinit command
Diffstat (limited to 'bdep/sync.hxx')
-rw-r--r--bdep/sync.hxx11
1 files changed, 11 insertions, 0 deletions
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