From d304762e4338b4a055e2be018205a00c2ca9ee2f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 9 Mar 2018 15:06:27 +0200 Subject: Support for resolving and adding configurations --- bdep/config.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bdep/config.hxx') diff --git a/bdep/config.hxx b/bdep/config.hxx index e4244e6..2f04719 100644 --- a/bdep/config.hxx +++ b/bdep/config.hxx @@ -8,10 +8,19 @@ #include #include +#include #include namespace bdep { + shared_ptr + cmd_config_add (const dir_path& prj, + database&, + dir_path path, + optional name, + optional default_ = nullopt, + optional id = nullopt); + int cmd_config (const cmd_config_options&, cli::scanner& args); } -- cgit v1.1