aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package-skeleton.hxx')
-rw-r--r--bpkg/package-skeleton.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx
index b2ed752..bc5d25c 100644
--- a/bpkg/package-skeleton.hxx
+++ b/bpkg/package-skeleton.hxx
@@ -82,6 +82,7 @@ namespace bpkg
// ? dependent_config()
// * evaluate_*()
// * empty() | print_config()
+ // * config_checksum()
// collect_config()
//
// Note that a copy of the skeleton is expected to continue with the
@@ -181,6 +182,12 @@ namespace bpkg
pair<strings, vector<config_variable>>
collect_config () &&;
+ // Return the checksum of the project configuration variables that will be
+ // returned by the collect_config() function call.
+ //
+ string
+ config_checksum ();
+
// Implementation details.
//
public: