aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
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