aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-11-28 21:39:25 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-12-06 13:47:43 +0300
commit1b5f0457e8708a57bd081257c8a18a7ae02f6516 (patch)
tree4ae80a825dd2a2c4010664017296f6c61e898c12 /bdep/project.hxx
parent1bcba2c1b09f440e4017d5aeb411e5efaf08b809 (diff)
Add support for --target-config and --package-config to bdep-ci command
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index c0fd1d8..e789fc2 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -300,6 +300,12 @@ namespace bdep
package_info
package_b_info (const common_options&, const dir_path&, bool ext_mods);
+
+ // Verify that the package name matches what we expect it to be and the
+ // package uses a standard version.
+ //
+ void
+ verify_package_info (const package_info&, const package_name&);
}
#endif // BDEP_PROJECT_HXX