aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/manifest-utility.hxx')
-rw-r--r--bpkg/manifest-utility.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bpkg/manifest-utility.hxx b/bpkg/manifest-utility.hxx
index f293ef5..8701b65 100644
--- a/bpkg/manifest-utility.hxx
+++ b/bpkg/manifest-utility.hxx
@@ -153,6 +153,15 @@ namespace bpkg
package_checksum (const common_options&,
const dir_path& src_dir,
const package_info*);
+
+ // Caclulate the checksum of the buildfiles using the *-build manifest
+ // values, unless unspecified in which case use the files in the package
+ // source directory.
+ //
+ string
+ package_buildfiles_checksum (const optional<string>& bootstrap_build,
+ const optional<string>& root_build,
+ const dir_path& src_dir);
}
#endif // BPKG_MANIFEST_UTILITY_HXX