aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-15 15:24:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-15 15:24:48 +0200
commit4f6abb0576e810b37d56ad3cafc67fac84682ec2 (patch)
treea8dbf336cea736b99a7ece1cb1e32b985e9f7934 /bdep/project.hxx
parentb44b4088f48a27bff88f8f010b8cd42303cbdad0 (diff)
Implement status command
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index 16716ef..cf96c0b 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -170,6 +170,11 @@ namespace bdep
find_project_packages (const project_options&,
bool ignore_packages = false,
bool load_packages = true);
+
+ // Verify all the packages are present in all the configurations.
+ //
+ void
+ verify_project_packages (const project_packages&, const configurations&);
}
#endif // BDEP_PROJECT_HXX