aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/config.hxx')
-rw-r--r--bdep/config.hxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/bdep/config.hxx b/bdep/config.hxx
index 4ab8547..dc19ea1 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -39,6 +39,14 @@ namespace bdep
//
const char*
cmd_config_validate_add (const configuration_add_options&);
+
+ // Validate setting configuration name and/or id if specified.
+ //
+ void
+ cmd_config_validate_add (const configuration_name_options&,
+ const char* what,
+ optional<string>& name,
+ optional<uint64_t> id);
}
#endif // BDEP_CONFIG_HXX