aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/config.hxx')
-rw-r--r--bdep/config.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/config.hxx b/bdep/config.hxx
index 0954850..ac830c4 100644
--- a/bdep/config.hxx
+++ b/bdep/config.hxx
@@ -49,6 +49,15 @@ namespace bdep
const char* what,
optional<string>& name,
optional<uint64_t>& id);
+
+ default_options_files
+ options_files (const char* cmd,
+ const cmd_config_options&,
+ const strings& args);
+
+ cmd_config_options
+ merge_options (const default_options<cmd_config_options>&,
+ const cmd_config_options&);
}
#endif // BDEP_CONFIG_HXX